Asterisk - The Open Source Telephony Project GIT-master-754dea3
|
Data Fields | |
const struct ast_cc_agent_callbacks * | callbacks |
struct { | |
struct cc_agent_backend * next | |
} | next |
const struct ast_cc_agent_callbacks* callbacks |
Definition at line 1218 of file ccss.c.
Referenced by ast_cc_agent_register(), ast_cc_agent_unregister(), and find_agent_callbacks().
struct cc_agent_backend* next |
Definition at line 1217 of file ccss.c.
Referenced by ast_cc_agent_register(), and ast_cc_agent_unregister().
struct { ... } next |