Thu Apr 8 01:23:56 2010

Asterisk developer's documentation


ast_event_ie_str_payload Struct Reference

The payload for a string information element. More...

Data Fields

uint32_t hash
 A hash calculated with ast_str_hash(), to speed up comparisons.
char str [1]
 The actual string, null terminated.

Detailed Description

The payload for a string information element.

Definition at line 62 of file event.c.


Field Documentation

uint32_t hash

A hash calculated with ast_str_hash(), to speed up comparisons.

Definition at line 64 of file event.c.

Referenced by ast_event_append_ie_str(), and ast_event_get_ie_str_hash().

char str[1]

The actual string, null terminated.

Definition at line 66 of file event.c.

Referenced by ast_event_append_ie_str(), ast_event_get_ie_str(), and ast_event_iterator_get_ie_str().


The documentation for this struct was generated from the following file:

Generated on 8 Apr 2010 for Asterisk - the Open Source PBX by  doxygen 1.6.1