Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
Device state subscription object. More...
Data Fields | |
struct ast_string_field_mgr | __field_mgr |
struct ast_string_field_pool * | __field_mgr_pool |
const ast_string_field | app_name |
const ast_string_field | device_name |
struct stasis_subscription * | sub |
Device state subscription object.
Definition at line 54 of file res_stasis_device_state.c.
struct ast_string_field_mgr __field_mgr |
Definition at line 58 of file res_stasis_device_state.c.
struct ast_string_field_pool* __field_mgr_pool |
Definition at line 58 of file res_stasis_device_state.c.
const ast_string_field app_name |
Definition at line 58 of file res_stasis_device_state.c.
Referenced by device_state_subscriptions_cmp(), and find_device_state_subscription().
const ast_string_field device_name |
Definition at line 58 of file res_stasis_device_state.c.
Referenced by device_state_subscription_create(), device_state_subscriptions_cmp(), and device_state_subscriptions_hash().
struct stasis_subscription* sub |
The subscription object
Definition at line 60 of file res_stasis_device_state.c.