An address of this peer. More...
Data Fields | |
struct MyAddress * | next |
Kept in a DLL. More... | |
struct MyAddress * | prev |
Kept in a DLL. More... | |
struct GNUNET_DHTU_Source * | source |
Underlay handle for the address. More... | |
char * | url |
Textual representation of the address. More... | |
struct GDS_Underlay * | u |
Underlay of this address. More... | |
An address of this peer.
Definition at line 88 of file gnunet-service-dht.c.
struct MyAddress* MyAddress::next |
struct MyAddress* MyAddress::prev |
Kept in a DLL.
Definition at line 98 of file gnunet-service-dht.c.
struct GNUNET_DHTU_Source* MyAddress::source |
Underlay handle for the address.
Definition at line 103 of file gnunet-service-dht.c.
Referenced by u_address_add().
char* MyAddress::url |
Textual representation of the address.
Definition at line 108 of file gnunet-service-dht.c.
Referenced by u_address_add(), and u_address_del().
struct GDS_Underlay* MyAddress::u |
Underlay of this address.
Definition at line 113 of file gnunet-service-dht.c.
Referenced by u_address_add().