
Data Fields | |
| struct ast_cc_monitor_callbacks * | callbacks |
| struct { | |
| struct cc_monitor_backend * next | |
| } | next |
| struct ast_cc_monitor_callbacks* callbacks |
Definition at line 1019 of file ccss.c.
Referenced by ast_cc_agent_register(), ast_cc_monitor_register(), ast_cc_monitor_unregister(), find_agent_callbacks(), and find_monitor_callbacks().
| struct cc_monitor_backend* next |
Definition at line 1018 of file ccss.c.
Referenced by ast_cc_agent_unregister(), ast_cc_monitor_unregister(), find_agent_callbacks(), and find_monitor_callbacks().
| struct { ... } next |