Message to monitor get requests going through peer, DHT service -> clients. More...
#include </home/buildbot/bb-worker/worker/gnunet_release/build/src/service/dht/dht.h>
Data Fields | |
| struct GNUNET_MessageHeader | header |
| Type: GNUNET_MESSAGE_TYPE_DHT_MONITOR_GET. | |
| uint32_t | options |
| Message options, actually an 'enum GNUNET_DHT_RouteOption' value. | |
| uint32_t | type |
| The type of data in the request. | |
| uint32_t | hop_count |
| Hop count. | |
| uint32_t | desired_replication_level |
| Replication level for this message. | |
| uint32_t | reserved |
| Always zero. | |
| struct GNUNET_HashCode | key |
| The key to store the value under. | |
Message to monitor get requests going through peer, DHT service -> clients.
| struct GNUNET_MessageHeader GNUNET_DHT_MonitorGetMessage::header |
| uint32_t GNUNET_DHT_MonitorGetMessage::options |
Message options, actually an 'enum GNUNET_DHT_RouteOption' value.
Definition at line 343 of file dht.h.
Referenced by get_action().
| uint32_t GNUNET_DHT_MonitorGetMessage::type |
| uint32_t GNUNET_DHT_MonitorGetMessage::hop_count |
| 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().
| struct GNUNET_HashCode GNUNET_DHT_MonitorGetMessage::key |