GNUnet 0.21.1
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. More...
 
const char * address_uri
 The actual address to check, if it is allready in the hello uri we merge with. More...
 
unsigned int found
 Did we found the actual address to check. More...
 
unsigned int merged
 Did we found at least one address to merge. More...
 

Detailed Description

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

Definition at line 231 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 236 of file hello-uri.c.

Referenced by typescriptdomain.MyPygmentsBridge::__init__(), and typescriptdomain.MyPygmentsBridge::highlight_block().

◆ address_uri

const char* AddressUriMergeResult::address_uri

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

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

◆ found

unsigned int AddressUriMergeResult::found

Did we found the actual address to check.

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

◆ merged

unsigned int AddressUriMergeResult::merged

Did we found at least one address to merge.

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


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