GNUnet 0.24.4-talerdev.1-26-g056a24676
 
Loading...
Searching...
No Matches
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_release/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.
 
uint32_t reserved
 Always zero.
 
uint64_t unique_id
 Unique ID identifying this request.
 
struct GNUNET_HashCode key
 Key of this request.
 

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

Key of this request.

Definition at line 63 of file dht.h.

Referenced by GNUNET_DHT_get_stop(), and handle_dht_local_get_stop().


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