GNUnet debian-0.24.3-29-g453fda2cf
 
Loading...
Searching...
No Matches
MyAddress Struct Reference

An address of this peer. More...

Collaboration diagram for MyAddress:
[legend]

Data Fields

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

Detailed Description

An address of this peer.

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

Field Documentation

◆ next

struct MyAddress* MyAddress::next

Kept in a DLL.

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

◆ prev

struct MyAddress* MyAddress::prev

Kept in a DLL.

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

◆ source

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

◆ url

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

◆ u

struct GDS_Underlay* MyAddress::u

Underlay of this address.

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

Referenced by u_address_add().


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