Asterisk - The Open Source Telephony Project
18.5.0
|
Data Fields | |
void * | data |
struct ast_eid | eid |
const struct ast_eid * | eid_ptr |
struct timeval | timestamp |
struct stasis_message_type * | type |
Definition at line 121 of file stasis_message.c.
void* data |
Message content
Definition at line 129 of file stasis_message.c.
Referenced by AST_TEST_DEFINE(), cache_test_message_create_full(), stasis_message_create_full(), stasis_message_data(), stasis_message_dtor(), and stasis_test_message_create().
struct ast_eid eid |
Where this message originated.
Definition at line 131 of file stasis_message.c.
Referenced by mwi_state_create_message(), and stasis_message_create_full().
const struct ast_eid* eid_ptr |
Where this message originated. NULL if aggregate message.
Definition at line 127 of file stasis_message.c.
Referenced by stasis_message_create_full(), and stasis_message_eid().
struct timeval timestamp |
Time the message was created
Definition at line 123 of file stasis_message.c.
Referenced by stasis_message_create_full(), and stasis_message_timestamp().
struct stasis_message_type* type |
Type of the message
Definition at line 125 of file stasis_message.c.
Referenced by Property::load(), stasis_message_create_full(), and stasis_message_type().