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

Struct to wrap data to do the merge of to hello uris. More...

Collaboration diagram for AddressUriMergeResult:
[legend]

Data Fields

struct GNUNET_HELLO_Builderbuilder
 The builder of the hello uri we merge with.
 
const char * address_uri
 The actual address to check, if it is already in the hello uri we merge with.
 
unsigned int found
 Did we found the actual address to check.
 
unsigned int merged
 Did we found at least one address to merge.
 

Detailed Description

Struct to wrap data to do the merge of to hello uris.

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

Field Documentation

◆ builder

struct GNUNET_HELLO_Builder* AddressUriMergeResult::builder

The builder of the hello uri we merge with.

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

◆ address_uri

const char* AddressUriMergeResult::address_uri

The actual address to check, if it is already in the hello uri we merge with.

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

◆ found

unsigned int AddressUriMergeResult::found

Did we found the actual address to check.

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

◆ merged

unsigned int AddressUriMergeResult::merged

Did we found at least one address to merge.

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


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