Message which indicates the DHT should cancel outstanding requests and discard any state. 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_STOP. More... | |
uint32_t | reserved |
Always zero. More... | |
uint64_t | unique_id |
Unique ID identifying this request. More... | |
struct GNUNET_HashCode | key |
Key of this request. More... | |
Message which indicates the DHT should cancel outstanding requests and discard any state.
struct GNUNET_MessageHeader GNUNET_DHT_ClientGetStopMessage::header |
uint32_t GNUNET_DHT_ClientGetStopMessage::reserved |
uint64_t GNUNET_DHT_ClientGetStopMessage::unique_id |
Unique ID identifying this request.
Definition at line 58 of file dht.h.
Referenced by GNUNET_DHT_get_stop(), and handle_dht_local_get_stop().
struct GNUNET_HashCode GNUNET_DHT_ClientGetStopMessage::key |
Key of this request.
Definition at line 63 of file dht.h.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), GNUNET_DHT_get_stop(), handle_dht_local_get_stop(), and gnunet-chk.Chk::uri().