Group rule: applies to all users in the group. More...
#include <qsup.h>
Data Fields | |
int | gid |
Group Id of users to which rule applies. | |
qsup_constraints_t | constr |
Constraints enforced for all group users. | |
struct qsup_group_rule_t * | next |
Pointer to next qsup_group_rule_t. |
Group rule: applies to all users in the group.
Definition at line 35 of file qsup.h.
Constraints enforced for all group users.
Definition at line 37 of file qsup.h.
Referenced by qsup_add_group_constraints(), and qsup_find_constr().
Group Id of users to which rule applies.
Definition at line 36 of file qsup.h.
Referenced by qsup_add_group_constraints(), and qsup_find_constr().
Pointer to next qsup_group_rule_t.
Definition at line 38 of file qsup.h.
Referenced by qsup_add_group_constraints(), qsup_cleanup(), and qsup_find_constr().