|
Asterisk - The Open Source Telephony Project GIT-master-9647a4f
|

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(), AST_TEST_DEFINE(), AST_TEST_DEFINE(), AST_TEST_DEFINE(), cache_test_message_create_full(), handle_stasis_state(), stasis_message_create(), stasis_message_create_full(), stasis_message_data(), and stasis_test_message_create().
| struct ast_eid eid |
Where this message originated.
Definition at line 131 of file stasis_message.c.
Referenced by ast_mwi_publish(), ast_mwi_publish_by_mailbox(), ast_publish_mwi_state_full(), cache_entry_by_eid(), cache_remove(), cache_test_message_create_full(), cache_update(), mwi_state_create_message(), publish_cluster_discovery_to_stasis_full(), stasis_cache_get_by_eid(), 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_eid().
| struct timeval timestamp |
Time the message was created
Definition at line 123 of file stasis_message.c.
Referenced by stasis_message_timestamp().
| struct stasis_message_type* type |
Type of the message
Definition at line 125 of file stasis_message.c.
Referenced by stasis_message_type().