Sat Apr 26 2014 22:03:26

Asterisk developer's documentation


namedgroup_member Struct Reference

Named group member structure. More...

Data Fields

unsigned int hash
char name [1]

Detailed Description

Named group member structure.

Definition at line 8336 of file channel.c.


Field Documentation

unsigned int hash

Pre-built hash of group member name.

Definition at line 8338 of file channel.c.

Referenced by ast_get_namedgroups(), and namedgroup_hash_cb().

char name[1]

Group member name. (End allocation of name string.)

Definition at line 8340 of file channel.c.

Referenced by ast_get_namedgroups(), ast_print_namedgroups(), and namedgroup_cmp_cb().


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