#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/lib/util/resolver.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_RESOLVER_RESPONSE. More... | |
uint32_t | client_id |
identifies the request this message responds to. More... | |
Definition at line 72 of file resolver.h.
struct GNUNET_MessageHeader GNUNET_RESOLVER_ResponseMessage::header |
Type: GNUNET_MESSAGE_TYPE_RESOLVER_RESPONSE.
Definition at line 77 of file resolver.h.
uint32_t GNUNET_RESOLVER_ResponseMessage::client_id |
identifies the request this message responds to.
The client has to match response to request by this identifier.
Definition at line 83 of file resolver.h.