Message which indicates the DHT should cancel outstanding requests and discard any state. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/dht/dht.h>
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Type: GNUNET_MESSAGE_TYPE_DHT_CLIENT_GET_STOP. | |
| uint32_t | reserved |
| Always zero. | |
| uint64_t | unique_id |
| Unique ID identifying this request. | |
| struct GNUNET_HashCode | key |
| Key of this request. | |
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_DHT_get_stop(), and handle_dht_local_get_stop().