Context for building (or parsing) HELLO URIs. More...
Data Fields | |
struct GNUNET_PeerIdentity | pid |
Public key of the peer. More... | |
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 204 of file hello-uri.c.
struct GNUNET_PeerIdentity GNUNET_HELLO_Builder::pid |
Public key of the peer.
Definition at line 209 of file hello-uri.c.
struct Address* GNUNET_HELLO_Builder::a_head |
Head of the addresses DLL.
Definition at line 214 of file hello-uri.c.
struct Address* GNUNET_HELLO_Builder::a_tail |
Tail of the addresses DLL.
Definition at line 219 of file hello-uri.c.
unsigned int GNUNET_HELLO_Builder::a_length |
Length of the a_head DLL.
Definition at line 224 of file hello-uri.c.