Reply to a GET send from the service to a client. 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_RESULT. More... | |
uint32_t | type |
The type for the data. More... | |
uint32_t | reserved |
Reserved, always 0. More... | |
uint32_t | options |
Message options, actually an 'enum GNUNET_DHT_RouteOption' value. More... | |
uint32_t | put_path_length |
Number of peers recorded in the outgoing path from source to the storgage location of this message. More... | |
uint32_t | get_path_length |
The number of peer identities recorded from the storage location to this peer. More... | |
uint64_t | unique_id |
Unique ID of the matching GET request. More... | |
struct GNUNET_TIME_AbsoluteNBO | expiration |
When does this entry expire? More... | |
struct GNUNET_HashCode | key |
The key that was searched for. More... | |
struct GNUNET_MessageHeader GNUNET_DHT_ClientResultMessage::header |
Type: GNUNET_MESSAGE_TYPE_DHT_CLIENT_RESULT.
Definition at line 148 of file dht.h.
Referenced by process_client_result().
uint32_t GNUNET_DHT_ClientResultMessage::type |
The type for the data.
Definition at line 153 of file dht.h.
Referenced by forward_reply(), and process_client_result().
uint32_t GNUNET_DHT_ClientResultMessage::reserved |
uint32_t GNUNET_DHT_ClientResultMessage::options |
Message options, actually an 'enum GNUNET_DHT_RouteOption' value.
Definition at line 163 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(), forward_reply(), 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(), process_client_result(), typescriptdomain.TypeScriptDefinition::run(), 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_ClientResultMessage::put_path_length |
Number of peers recorded in the outgoing path from source to the storgage location of this message.
Definition at line 169 of file dht.h.
Referenced by forward_reply(), GDS_CLIENTS_handle_reply(), and process_client_result().
uint32_t GNUNET_DHT_ClientResultMessage::get_path_length |
The number of peer identities recorded from the storage location to this peer.
Definition at line 175 of file dht.h.
Referenced by forward_reply(), GDS_CLIENTS_handle_reply(), and process_client_result().
uint64_t GNUNET_DHT_ClientResultMessage::unique_id |
Unique ID of the matching GET request.
Definition at line 180 of file dht.h.
Referenced by forward_reply(), and process_client_result().
struct GNUNET_TIME_AbsoluteNBO GNUNET_DHT_ClientResultMessage::expiration |
When does this entry expire?
Definition at line 185 of file dht.h.
Referenced by forward_reply(), and process_client_result().
struct GNUNET_HashCode GNUNET_DHT_ClientResultMessage::key |
The key that was searched for.
Definition at line 190 of file dht.h.
Referenced by gnunet-chk.Chk::__init__(), gnunet-chk.AESKey::__init__(), forward_reply(), and gnunet-chk.Chk::uri().