DHT GET RESULTS KNOWN message sent from clients to service. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/dht/dht.h>
Data Fields | |
struct GNUNET_MessageHeader | header |
Type: GNUNET_MESSAGE_TYPE_DHT_CLIENT_GET_RESULTS_KNOWN. More... | |
uint32_t | reserved |
Reserved, always 0. More... | |
struct GNUNET_HashCode | key |
The key we are searching for (to make it easy to find the corresponding GET inside the service). More... | |
uint64_t | unique_id |
Unique ID identifying this request. More... | |
DHT GET RESULTS KNOWN message sent from clients to service.
Indicates that a GET request should exclude certain results which are already known.
struct GNUNET_MessageHeader GNUNET_DHT_ClientGetResultSeenMessage::header |
Type: GNUNET_MESSAGE_TYPE_DHT_CLIENT_GET_RESULTS_KNOWN.
Definition at line 118 of file dht.h.
Referenced by check_dht_local_get_result_seen(), and handle_dht_local_get_result_seen().
uint32_t GNUNET_DHT_ClientGetResultSeenMessage::reserved |
struct GNUNET_HashCode GNUNET_DHT_ClientGetResultSeenMessage::key |
The key we are searching for (to make it easy to find the corresponding GET inside the service).
Definition at line 129 of file dht.h.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), handle_dht_local_get_result_seen(), and gnunet-chk.Chk::uri().
uint64_t GNUNET_DHT_ClientGetResultSeenMessage::unique_id |
Unique ID identifying this request.
Definition at line 134 of file dht.h.
Referenced by handle_dht_local_get_result_seen().