Message to request monitoring messages, clients -> DHT service. More...
#include </home/buildbot/bb-worker/worker/gnunet_firefly/build/src/service/dht/dht.h>
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... | |
Message to request monitoring messages, clients -> DHT service.
struct GNUNET_MessageHeader GNUNET_DHT_MonitorStartStopMessage::header |
uint32_t GNUNET_DHT_MonitorStartStopMessage::type |
int16_t GNUNET_DHT_MonitorStartStopMessage::get |
int16_t GNUNET_DHT_MonitorStartStopMessage::get_resp |
int16_t GNUNET_DHT_MonitorStartStopMessage::put |
int16_t GNUNET_DHT_MonitorStartStopMessage::filter_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().