Public Attributes
AvahiStringList Struct Reference

#include <strlst.h>

List of all members.

Public Attributes

struct AvahiStringListnext
size_t size
uint8_t text [1]

Detailed Description

Linked list of strings that can contain any number of binary characters, including NUL bytes. 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.


Member Data Documentation

Pointer to the next linked list element

Definition at line 43 of file strlst.h.

Size of text[]

Definition at line 44 of file strlst.h.

Character data

Definition at line 45 of file strlst.h.


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


pedal_monitor
Author(s): Pedro Mendes
autogenerated on Fri Jun 6 2014 18:37:22