Data Fields | |
struct Address * | next |
Kept in a DLL. More... | |
struct Address * | prev |
Kept in a DLL. More... | |
const char * | uri |
Actual URI, allocated at the end of this struct. More... | |
size_t | uri_len |
Length of uri including 0-terminator. More... | |
Address of a peer.
Definition at line 156 of file hello-uri.c.
struct Address* Address::next |
Kept in a DLL.
Definition at line 161 of file hello-uri.c.
struct Address* Address::prev |
Kept in a DLL.
Definition at line 166 of file hello-uri.c.
const char* Address::uri |
Actual URI, allocated at the end of this struct.
Definition at line 171 of file hello-uri.c.
size_t Address::uri_len |
Length of uri including 0-terminator.
Definition at line 176 of file hello-uri.c.