Asterisk - The Open Source Telephony Project
18.5.0
|
The payload for a string information element. More...
Data Fields | |
uint32_t | hash |
A hash calculated with ast_str_hash(), to speed up comparisons. More... | |
char | str [1] |
The actual string, null terminated. More... | |
uint32_t hash |
A hash calculated with ast_str_hash(), to speed up comparisons.
Definition at line 65 of file event.c.
Referenced by ast_event_append_ie_str().
char str[1] |
The actual string, null terminated.
Definition at line 67 of file event.c.
Referenced by ast_event_append_ie_str(), ast_event_get_ie_str(), and ast_event_iterator_get_ie_str().