GNUnet 0.21.1
GNUNET_DHT_MonitorStartStopMessage Struct Reference

Message to request monitoring messages, clients -> DHT service. More...

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

Collaboration diagram for GNUNET_DHT_MonitorStartStopMessage:
[legend]

Data Fields

struct GNUNET_MessageHeader header
 Type: GNUNET_MESSAGE_TYPE_DHT_MONITOR_START or GNUNET_MESSAGE_TYPE_DHT_MONITOR_STOP. More...
 
uint32_t type
 The type of data desired, GNUNET_BLOCK_TYPE_ANY for all. More...
 
int16_t get
 Flag whether to notify about GET messages. More...
 
int16_t get_resp
 Flag whether to notify about GET_REPONSE messages. More...
 
int16_t put
 Flag whether to notify about PUT messages. More...
 
int16_t filter_key
 Flag whether to use the provided key to filter messages. More...
 
struct GNUNET_HashCode key
 The key to filter messages by. More...
 

Detailed Description

Message to request monitoring messages, clients -> DHT service.

Definition at line 290 of file dht.h.

Field Documentation

◆ header

struct GNUNET_MessageHeader GNUNET_DHT_MonitorStartStopMessage::header

◆ type

uint32_t GNUNET_DHT_MonitorStartStopMessage::type

The type of data desired, GNUNET_BLOCK_TYPE_ANY for all.

Definition at line 301 of file dht.h.

◆ get

int16_t GNUNET_DHT_MonitorStartStopMessage::get

Flag whether to notify about GET messages.

Definition at line 306 of file dht.h.

◆ get_resp

int16_t GNUNET_DHT_MonitorStartStopMessage::get_resp

Flag whether to notify about GET_REPONSE messages.

Definition at line 311 of file dht.h.

◆ put

int16_t GNUNET_DHT_MonitorStartStopMessage::put

Flag whether to notify about PUT messages.

Definition at line 316 of file dht.h.

◆ filter_key

int16_t GNUNET_DHT_MonitorStartStopMessage::filter_key

Flag whether to use the provided key to filter messages.

Definition at line 321 of file dht.h.

◆ key

struct GNUNET_HashCode GNUNET_DHT_MonitorStartStopMessage::key

The key to filter messages by.

Definition at line 326 of file dht.h.

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


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