#include <linux/aquosa/qos_debug.h>
#include <aquosa/qres_lib.h>
#include "util_timeval.h"
#include <assert.h>
#include <unistd.h>
#include <stdio.h>
#include <sys/time.h>
#include <math.h>
#include <string.h>
Go to the source code of this file.
Defines | |
#define | QOS_DEBUG_LEVEL QOS_LEVEL_DEBUG |
#define | ORIG_Q 20000L |
The original bandwidth assignment. | |
#define | ORIG_P 100000L |
#define | N 1 |
Replicas of myself. | |
Functions | |
int | main_body () |
int | main (int argc, char **argv) |
Variables | |
char | cmd_line [180] |
Used for replicating. | |
FILE * | replicas [N] |
#define N 1 |
Replicas of myself.
Definition at line 19 of file test-qres-sched.c.
#define ORIG_P 100000L |
Definition at line 16 of file test-qres-sched.c.
#define ORIG_Q 20000L |
The original bandwidth assignment.
Definition at line 15 of file test-qres-sched.c.
#define QOS_DEBUG_LEVEL QOS_LEVEL_DEBUG |
Definition at line 1 of file test-qres-sched.c.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 72 of file test-qres-sched.c.
References cmd_line, main_body(), N, qos_chk_exit, qos_log_debug, and replicas.
int main_body | ( | ) |
Definition at line 26 of file test-qres-sched.c.
References ORIG_P, ORIG_Q, qres_params_t::P, params, qres_params_t::Q, qres_params_t::Q_min, qos_chk_ok_exit, qos_log_debug, qos_log_err, QRES_ATIME_FMT, qres_attach_thread(), qres_cleanup(), qres_create_server(), qres_destroy_server(), qres_get_exec_time(), qres_init(), QRES_TIME_FMT, and sid.
Referenced by main().
char cmd_line[180] |
FILE* replicas[N] |
Definition at line 24 of file test-qres-sched.c.
Referenced by main().