|
Asterisk - The Open Source Telephony Project GIT-master-27fb039
|
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 1446 of file main/message.c.
| int attribute_value_offsets[__AST_MSG_DATA_ATTR_LAST] |
These are indices into the buffer where the attribute starts
Definition at line 1451 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 1453 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 1448 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 1449 of file main/message.c.
Referenced by ast_msg_data_alloc(), and ast_msg_data_get_source_type().