Context for building (or parsing) HELLO URIs. More...
Data Fields | |
struct Address * | a_head |
Head of the addresses DLL. More... | |
struct Address * | a_tail |
Tail of the addresses DLL. More... | |
unsigned int | a_length |
Length of the a_head DLL. More... | |
Context for building (or parsing) HELLO URIs.
Definition at line 183 of file hello-uri.c.
struct Address* GNUNET_HELLO_Builder::a_head |
Head of the addresses DLL.
Definition at line 188 of file hello-uri.c.
Referenced by GNUNET_HELLO_builder_address_list_cmp().
struct Address* GNUNET_HELLO_Builder::a_tail |
Tail of the addresses DLL.
Definition at line 193 of file hello-uri.c.
unsigned int GNUNET_HELLO_Builder::a_length |
Length of the a_head DLL.
Definition at line 198 of file hello-uri.c.