DHT GET message sent from clients to 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_CLIENT_GET. More... | |
uint32_t | options |
Message options, actually an 'enum GNUNET_DHT_RouteOption' value. More... | |
uint32_t | desired_replication_level |
Replication level for this message. More... | |
uint32_t | type |
The type for the data for the GET request; actually an 'enum GNUNET_BLOCK_Type'. More... | |
struct GNUNET_HashCode | key |
The key to search for. More... | |
uint64_t | unique_id |
Unique ID identifying this request, if 0 then the client will not expect a response. More... | |
DHT GET message sent from clients to service.
Indicates that a GET request should be issued.
struct GNUNET_MessageHeader GNUNET_DHT_ClientGetMessage::header |
uint32_t GNUNET_DHT_ClientGetMessage::options |
Message options, actually an 'enum GNUNET_DHT_RouteOption' value.
Definition at line 81 of file dht.h.
Referenced by httpdomain.httpdomain.HTTPResource::add_target_and_index(), httpdomain.autohttp.flask_base.AutoflaskBase::blueprints(), httpdomain.autohttp.bottle.AutobottleDirective::endpoints(), httpdomain.autohttp.flask_base.AutoflaskBase::endpoints(), httpdomain.autohttp.tornado.AutoTornadoDirective::endpoints(), httpdomain.autohttp.bottle.AutobottleDirective::make_rst(), httpdomain.autohttp.tornado.AutoTornadoDirective::make_rst(), httpdomain.autohttp.flask_base.AutoflaskBase::make_rst(), httpdomain.autohttp.flask_base.AutoflaskBase::modules(), httpdomain.autohttp.flask_base.AutoflaskBase::order(), typescriptdomain.TypeScriptDefinition::run(), send_get(), httpdomain.autohttp.flask_base.AutoflaskBase::undoc_blueprints(), httpdomain.autohttp.bottle.AutobottleDirective::undoc_endpoints(), httpdomain.autohttp.flask_base.AutoflaskBase::undoc_endpoints(), httpdomain.autohttp.tornado.AutoTornadoDirective::undoc_endpoints(), and httpdomain.autohttp.flask_base.AutoflaskBase::undoc_modules().
uint32_t GNUNET_DHT_ClientGetMessage::desired_replication_level |
Replication level for this message.
Definition at line 86 of file dht.h.
Referenced by GNUNET_DHT_get_start(), and send_get().
uint32_t GNUNET_DHT_ClientGetMessage::type |
The type for the data for the GET request; actually an 'enum GNUNET_BLOCK_Type'.
Definition at line 92 of file dht.h.
Referenced by send_get().
struct GNUNET_HashCode GNUNET_DHT_ClientGetMessage::key |
The key to search for.
Definition at line 97 of file dht.h.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), send_get(), and gnunet-chk.Chk::uri().
uint64_t GNUNET_DHT_ClientGetMessage::unique_id |
Unique ID identifying this request, if 0 then the client will not expect a response.
Definition at line 103 of file dht.h.
Referenced by send_get().