Set of per-user or per-group constraints. More...
#include <qsup_gw.h>
Data Fields | |
int | level |
Level of the user/group processes. | |
int | weight |
Weight of the user/group processes. | |
qos_bw_t | max_bw |
Maximum per-user bandwidth. | |
qos_bw_t | max_min_bw |
Max per-process guaranteed bw. | |
unsigned int | flags_mask |
Mask of unallowed flags. |
Set of per-user or per-group constraints.
Definition at line 19 of file qsup_gw.h.
unsigned int qsup_constraints_t::flags_mask |
Mask of unallowed flags.
Definition at line 24 of file qsup_gw.h.
Referenced by fill_rule(), and qsup_init_server().
Level of the user/group processes.
Definition at line 20 of file qsup_gw.h.
Referenced by fill_rule(), and qsup_init_server().
Maximum per-user bandwidth.
Definition at line 22 of file qsup_gw.h.
Referenced by fill_rule(), qsup_get_avail_bw(), and qsup_init_server().
Max per-process guaranteed bw.
Definition at line 23 of file qsup_gw.h.
Referenced by fill_rule(), qsup_get_avail_gua_bw(), qsup_get_max_gua_bw(), and qsup_init_server().
Weight of the user/group processes.
Definition at line 21 of file qsup_gw.h.
Referenced by fill_rule(), and qsup_init_server().