GNUnet 0.21.2
GNUNET_HELLO_Builder Struct Reference

Context for building (or parsing) HELLO URIs. More...

Collaboration diagram for GNUNET_HELLO_Builder:
[legend]

Data Fields

struct GNUNET_PeerIdentity pid
 Public key of the peer. More...
 
struct Addressa_head
 Head of the addresses DLL. More...
 
struct Addressa_tail
 Tail of the addresses DLL. More...
 
unsigned int a_length
 Length of the a_head DLL. More...
 

Detailed Description

Context for building (or parsing) HELLO URIs.

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

Field Documentation

◆ pid

struct GNUNET_PeerIdentity GNUNET_HELLO_Builder::pid

Public key of the peer.

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

◆ a_head

struct Address* GNUNET_HELLO_Builder::a_head

Head of the addresses DLL.

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

◆ a_tail

struct Address* GNUNET_HELLO_Builder::a_tail

Tail of the addresses DLL.

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

◆ a_length

unsigned int GNUNET_HELLO_Builder::a_length

Length of the a_head DLL.

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


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