![]() |
GNUnet
0.11.x
|
Message from GNS service to client: new results. More...
#include </home/handbook/gnunet/src/gns/gns.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Header of type GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT. More... | |
uint32_t | id |
Unique identifier for this request (for key collisions). More... | |
uint32_t | rd_count |
The number of records contained in response. More... | |
struct GNUNET_MessageHeader LookupResultMessage::header |
Header of type GNUNET_MESSAGE_TYPE_GNS_LOOKUP_RESULT.
Definition at line 81 of file gns.h.
Referenced by check_result(), and handle_result().
uint32_t LookupResultMessage::id |
Unique identifier for this request (for key collisions).
Definition at line 86 of file gns.h.
Referenced by handle_result(), and send_lookup_response().
uint32_t LookupResultMessage::rd_count |
The number of records contained in response.
Definition at line 91 of file gns.h.
Referenced by check_result(), handle_result(), and send_lookup_response().