|
su 1.12.11devel
|
Tag structure. More...
#include <su_tag.h>
Data Fields | |
| char const * | tt_ns |
| Tag namespace (e.g., "sip" or "nua") | |
| char const * | tt_name |
| Tag name (e.g, "min_se") | |
| tag_class_t * | tt_class |
| Tag class defines the type of the value. | |
| tag_value_t | tt_magic |
| Class-specific data (e.g., pointer to header class structure) | |
Tag structure.
The tag structure contains the name, namespace and class of the tag. The fourth field, tt_magic, is interpreted by the tag class.