
Data Fields | |
| int | gid |
| struct { | |
| struct usergroup_cli_perm * next | |
| } | list |
| struct cli_perm_head * | perms |
| int | uid |
Definition at line 63 of file cli.c.
| int gid |
Group ID (-1 disabled)
Definition at line 65 of file cli.c.
Referenced by ast_cli_perms_init(), cli_has_permissions(), and handle_cli_show_permissions().
| struct { ... } list |
List mechanics
struct usergroup_cli_perm* next [read] |
struct cli_perm_head* perms [read] |
List of permissions.
Definition at line 66 of file cli.c.
Referenced by ast_cli_perms_init(), cli_has_permissions(), destroy_user_perms(), and handle_cli_show_permissions().
| int uid |
User ID (-1 disabled)
Definition at line 64 of file cli.c.
Referenced by ast_cli_perms_init(), cli_has_permissions(), and handle_cli_show_permissions().
1.5.6