Asterisk - The Open Source Telephony Project GIT-master-d856a3e
|
Structure used to transport a message through the frame core. More...
Data Fields | |
int | attribute_value_offsets [__AST_MSG_DATA_ATTR_LAST] |
char | buf [0] |
size_t | length |
enum ast_msg_data_source_type | source |
Structure used to transport a message through the frame core.
Definition at line 1434 of file main/message.c.
int attribute_value_offsets[__AST_MSG_DATA_ATTR_LAST] |
These are indices into the buffer where teh attribute starts
Definition at line 1439 of file main/message.c.
Referenced by ast_msg_data_alloc(), and ast_msg_data_get_attribute().
char buf[0] |
The buffer containing the NULL separated attributes
Definition at line 1441 of file main/message.c.
Referenced by ast_msg_data_alloc(), and ast_msg_data_get_attribute().
size_t length |
The length of this structure plus the actual length of the allocated buffer
Definition at line 1436 of file main/message.c.
Referenced by ast_msg_data_alloc(), ast_msg_data_dup(), ast_msg_data_get_length(), and ast_msg_data_queue_frame().
enum ast_msg_data_source_type source |
Definition at line 1437 of file main/message.c.
Referenced by ast_msg_data_alloc(), and ast_msg_data_get_source_type().