GNUnet 0.21.2
GNUNET_DHT_ClientGetStopMessage Struct Reference

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>

Collaboration diagram for GNUNET_DHT_ClientGetStopMessage:
[legend]

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...
 

Detailed Description

Message which indicates the DHT should cancel outstanding requests and discard any state.

Definition at line 43 of file dht.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_DHT_ClientGetStopMessage::header

Type: GNUNET_MESSAGE_TYPE_DHT_CLIENT_GET_STOP.

Definition at line 48 of file dht.h.

◆ reserved

uint32_t GNUNET_DHT_ClientGetStopMessage::reserved

Always zero.

Definition at line 53 of file dht.h.

Referenced by GNUNET_DHT_get_stop().

◆ unique_id

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().

◆ key

struct GNUNET_HashCode GNUNET_DHT_ClientGetStopMessage::key

The documentation for this struct was generated from the following file: