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. | |
| 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. | |
Struct to wrap data to do the merge of to hello uris.
Definition at line 205 of file hello-uri.c.
| struct GNUNET_HELLO_Builder* AddressUriMergeResult::builder |
The builder of the hello uri we merge with.
Definition at line 210 of file hello-uri.c.
| 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.
| unsigned int AddressUriMergeResult::found |
Did we found the actual address to check.
Definition at line 220 of file hello-uri.c.
| unsigned int AddressUriMergeResult::merged |
Did we found at least one address to merge.
Definition at line 225 of file hello-uri.c.