GNUnet 0.21.2
MyAddress Struct Reference

An address of this peer. More...

Collaboration diagram for MyAddress:
[legend]

Data Fields

struct MyAddressnext
 Kept in a DLL. More...
 
struct MyAddressprev
 Kept in a DLL. More...
 
struct GNUNET_DHTU_Sourcesource
 Underlay handle for the address. More...
 
char * url
 Textual representation of the address. More...
 
struct GDS_Underlayu
 Underlay of this address. More...
 

Detailed Description

An address of this peer.

Definition at line 88 of file gnunet-service-dht.c.

Field Documentation

◆ next

struct MyAddress* MyAddress::next

Kept in a DLL.

Definition at line 93 of file gnunet-service-dht.c.

◆ prev

struct MyAddress* MyAddress::prev

Kept in a DLL.

Definition at line 98 of file gnunet-service-dht.c.

◆ source

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().

◆ url

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().

◆ u

struct GDS_Underlay* MyAddress::u

Underlay of this address.

Definition at line 113 of file gnunet-service-dht.c.

Referenced by u_address_add().


The documentation for this struct was generated from the following file: