Sun Oct 16 2011 08:43:15

Asterisk developer's documentation


usergroup_cli_perm Struct Reference

list of users to apply restrictions. More...

Collaboration diagram for usergroup_cli_perm:

Data Fields

int gid
struct {
   struct usergroup_cli_perm *   next
list
struct cli_perm_headperms
int uid

Detailed Description

list of users to apply restrictions.


Field Documentation

int gid

Group ID (-1 disabled)

Definition at line 66 of file cli.c.

Referenced by cli_has_permissions(), handle_cli_show_permissions(), and ast_cli_perms_init().

struct { ... } list

List mechanics

Definition at line 68 of file cli.c.

List of permissions.

Definition at line 67 of file cli.c.

Referenced by cli_has_permissions(), handle_cli_show_permissions(), destroy_user_perms(), and ast_cli_perms_init().

int uid

User ID (-1 disabled)

Definition at line 65 of file cli.c.

Referenced by cli_has_permissions(), handle_cli_show_permissions(), and ast_cli_perms_init().


The documentation for this struct was generated from the following file: