#include <su_tag.h>
The tag structure contains the name, namespace and class of the tag. The fourth field, tt_magic, is interpreted by the tag class.
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). | |