qsup_user_t Struct Reference
[QoS Supervisor Component]

QoS Sup related data for each user. More...

Data Fields

int uid
 UID of user.
qos_bw_t user_req
 Sum of all (saturated) requests.
qsup_coeff_t user_coeff
 Used when user_req > max_user_bw.
qos_bw_t user_gua
 Sum of all guaranteed minimums.
qos_bw_t user_used_gua
 Sum of actually used guaranteed min.
struct qsup_user_tnext
 Pointer to next item in list.

Detailed Description

QoS Sup related data for each user.

Definition at line 74 of file qsup.c.


Field Documentation

Pointer to next item in list.

Definition at line 80 of file qsup.c.

Referenced by get_user_info(), qsup_cleanup(), and qsup_dump().

UID of user.

Definition at line 75 of file qsup.c.

Referenced by get_user_info(), and qsup_dump().

Used when user_req > max_user_bw.

Definition at line 77 of file qsup.c.

Referenced by get_user_info(), qsup_dump(), and qsup_init_server().

Sum of all guaranteed minimums.

Definition at line 78 of file qsup.c.

Referenced by get_user_info(), qsup_get_avail_gua_bw(), and qsup_init_server().

Sum of all (saturated) requests.

Definition at line 76 of file qsup.c.

Referenced by get_user_info(), qsup_get_avail_bw(), and qsup_init_server().

Sum of actually used guaranteed min.

Definition at line 79 of file qsup.c.

Referenced by get_user_info(), and qsup_init_server().


The documentation for this struct was generated from the following file:
Generated on Mon Aug 2 22:39:17 2010 for qosres by  doxygen 1.6.3