#include <avahi-common/strlst.h>
An empty list is created by assigning a NULL to a pointer to AvahiStringList. The string list is stored in reverse order, so that appending to the string list is effectively a prepending to the linked list. This object is used primarily for storing DNS TXT record data.
Definition at line 42 of file strlst.h.
Data Fields | |
| struct AvahiStringList * | next |
| Pointer to the next linked list element. | |
| size_t | size |
| Size of text[]. | |
| uint8_t | text [1] |
| Character data. | |
struct AvahiStringList* AvahiStringList::next [read] |
| size_t AvahiStringList::size |
| uint8_t AvahiStringList::text[1] |
1.5.6