GNUnet 0.21.1
Address Struct Reference

Address of a peer. More...

Collaboration diagram for Address:
[legend]

Data Fields

struct Addressnext
 Kept in a DLL. More...
 
struct Addressprev
 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...
 

Detailed Description

Address of a peer.

Definition at line 177 of file hello-uri.c.

Field Documentation

◆ next

struct Address* Address::next

◆ prev

struct Address* Address::prev

Kept in a DLL.

Definition at line 187 of file hello-uri.c.

◆ uri

const char* Address::uri

Actual URI, allocated at the end of this struct.

Definition at line 192 of file hello-uri.c.

Referenced by GNUNET_HELLO_builder_add_address(), and GNUNET_HELLO_builder_del_address().

◆ uri_len

size_t Address::uri_len

Length of uri including 0-terminator.

Definition at line 197 of file hello-uri.c.

Referenced by GNUNET_HELLO_builder_add_address().


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