GNUnet 0.26.2-114-g7c6b613e3
 
Loading...
Searching...
No Matches
GNUNET_HELLO_Builder Struct Reference

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

Collaboration diagram for GNUNET_HELLO_Builder:
[legend]

Data Fields

struct Addressa_head
 Head of the addresses DLL.
 
struct Addressa_tail
 Tail of the addresses DLL.
 
unsigned int a_length
 Length of the a_head DLL.
 

Detailed Description

Context for building (or parsing) HELLO URIs.

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

Field Documentation

◆ a_head

struct Address* GNUNET_HELLO_Builder::a_head

Head of the addresses DLL.

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

Referenced by GNUNET_HELLO_builder_address_list_cmp().

◆ a_tail

struct Address* GNUNET_HELLO_Builder::a_tail

Tail of the addresses DLL.

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

◆ a_length

unsigned int GNUNET_HELLO_Builder::a_length

Length of the a_head DLL.

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


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