Struct to wrap data to do the merge of to hello uris. More...
Data Fields | |
struct GNUNET_HELLO_Builder * | builder |
The builder of the hello uri we merge with. More... | |
const char * | address_uri |
The actual address to check, if it is already 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... | |
Struct to wrap data to do the merge of to hello uris.
Definition at line 231 of file hello-uri.c.
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().
const char* AddressUriMergeResult::address_uri |
The actual address to check, if it is already in the hello uri we merge with.
Definition at line 241 of file hello-uri.c.
unsigned int AddressUriMergeResult::found |
Did we found the actual address to check.
Definition at line 246 of file hello-uri.c.
unsigned int AddressUriMergeResult::merged |
Did we found at least one address to merge.
Definition at line 251 of file hello-uri.c.