An address of this peer. More...
Data Fields | |
struct MyAddress * | next |
Kept in a DLL. | |
struct MyAddress * | prev |
Kept in a DLL. | |
struct GNUNET_DHTU_Source * | source |
Underlay handle for the address. | |
char * | url |
Textual representation of the address. | |
struct GDS_Underlay * | u |
Underlay of this address. | |
An address of this peer.
Definition at line 89 of file gnunet-service-dht.c.
struct MyAddress* MyAddress::next |
Kept in a DLL.
Definition at line 94 of file gnunet-service-dht.c.
struct MyAddress* MyAddress::prev |
Kept in a DLL.
Definition at line 99 of file gnunet-service-dht.c.
struct GNUNET_DHTU_Source* MyAddress::source |
Underlay handle for the address.
Definition at line 104 of file gnunet-service-dht.c.
Referenced by u_address_add().
char* MyAddress::url |
Textual representation of the address.
Definition at line 109 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 114 of file gnunet-service-dht.c.
Referenced by u_address_add().