GNUnet 0.21.1
GNUNET_DHT_MonitorGetMessage Struct Reference

Message to monitor get requests going through peer, DHT service -> clients. More...

#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/dht/dht.h>

Collaboration diagram for GNUNET_DHT_MonitorGetMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_DHT_MONITOR_GET. More...
 
uint32_t options
 Message options, actually an 'enum GNUNET_DHT_RouteOption' value. More...
 
uint32_t type
 The type of data in the request. More...
 
uint32_t hop_count
 Hop count. More...
 
uint32_t desired_replication_level
 Replication level for this message. More...
 
uint32_t reserved
 Always zero. More...
 
struct GNUNET_HashCode key
 The key to store the value under. More...
 

Detailed Description

Message to monitor get requests going through peer, DHT service -> clients.

Definition at line 333 of file dht.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_DHT_MonitorGetMessage::header

Type: GNUNET_MESSAGE_TYPE_DHT_MONITOR_GET.

Definition at line 338 of file dht.h.

◆ options

◆ type

uint32_t GNUNET_DHT_MonitorGetMessage::type

The type of data in the request.

Definition at line 348 of file dht.h.

Referenced by get_action().

◆ hop_count

uint32_t GNUNET_DHT_MonitorGetMessage::hop_count

Hop count.

Definition at line 353 of file dht.h.

Referenced by get_action().

◆ desired_replication_level

uint32_t GNUNET_DHT_MonitorGetMessage::desired_replication_level

Replication level for this message.

Definition at line 358 of file dht.h.

Referenced by get_action().

◆ reserved

uint32_t GNUNET_DHT_MonitorGetMessage::reserved

Always zero.

Definition at line 363 of file dht.h.

◆ key

struct GNUNET_HashCode GNUNET_DHT_MonitorGetMessage::key

The key to store the value under.

Definition at line 368 of file dht.h.

Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), get_action(), and gnunet-chk.Chk::uri().


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