#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
#include <aquosa/qres_lib.h>
#include <linux/aquosa/qos_debug.h>
Go to the source code of this file.
Functions | |
static void | qos_assert (int cond, const char *msg) |
int | main (int argc, char *argv[]) |
Variables | |
char ** | environ |
int main | ( | int | argc, | |
char * | argv[] | |||
) |
Definition at line 18 of file qres-reserve.c.
References bw2Q(), bw_min(), d2bw(), destroy, qres_params_t::flags, qres_params_t::P, P, params, pid, qres_params_t::Q, qres_params_t::Q_min, qos_assert(), qos_chk_ok_exit, QOS_E_INCONSISTENT_STATE, qres_attach_thread(), qres_cleanup(), qres_create_server(), qres_destroy_server(), qres_get_params(), qres_get_sid(), qres_init(), qres_set_params(), QRES_TIME_FMT, sid, and tid.
static void qos_assert | ( | int | cond, | |
const char * | msg | |||
) | [inline, static] |
Definition at line 11 of file qres-reserve.c.
Referenced by main().