channel group info More...
#include <channel.h>

Data Fields | |
| char * | category |
| struct ast_channel * | chan |
| char * | group |
| struct { | |
| struct ast_group_info * next | |
| } | group_list |
| char* category |
Definition at line 2428 of file channel.h.
Referenced by ast_app_group_get_count(), ast_app_group_match_get_count(), ast_app_group_set_channel(), group_count_function_read(), group_function_read(), group_list_function_read(), and group_show_channels().
| struct ast_channel* chan |
Definition at line 2427 of file channel.h.
Referenced by ast_app_group_discard(), ast_app_group_set_channel(), ast_app_group_update(), group_count_function_read(), group_function_read(), group_list_function_read(), and group_show_channels().
| char* group |
Definition at line 2429 of file channel.h.
Referenced by ast_app_group_get_count(), ast_app_group_match_get_count(), ast_app_group_set_channel(), group_count_function_read(), group_function_read(), group_list_function_read(), and group_show_channels().
| struct { ... } group_list |
| struct ast_group_info* next |