Asterisk - The Open Source Telephony Project GIT-master-f36a736
|
A subscription to some endpoint or technology. More...
Data Fields | |
struct { | |
size_t current | |
struct application_tuple ** elems | |
size_t max | |
} | applications |
char | token [] |
A subscription to some endpoint or technology.
Definition at line 59 of file messaging.c.
struct { ... } applications |
The applications that have subscribed to this endpoint or tech
size_t current |
Definition at line 61 of file messaging.c.
struct application_tuple* * elems |
Definition at line 61 of file messaging.c.
size_t max |
Definition at line 61 of file messaging.c.
char token[] |
The name of this endpoint or tech
Definition at line 63 of file messaging.c.
Referenced by message_subscription_alloc(), and message_subscription_compare_cb().