Closure for forward_reply() More...
Data Fields | |
const struct GNUNET_DATACACHE_Block * | bd |
Block details. More... | |
const struct GNUNET_DHT_PathElement * | get_path |
GET path taken. More... | |
unsigned int | get_path_length |
Number of entries in get_path. More... | |
Closure for forward_reply()
Definition at line 864 of file gnunet-service-dht_clients.c.
const struct GNUNET_DATACACHE_Block* ForwardReplyContext::bd |
Block details.
Definition at line 869 of file gnunet-service-dht_clients.c.
Referenced by forward_reply(), and GDS_CLIENTS_handle_reply().
const struct GNUNET_DHT_PathElement* ForwardReplyContext::get_path |
GET path taken.
Definition at line 874 of file gnunet-service-dht_clients.c.
Referenced by forward_reply(), and GDS_CLIENTS_handle_reply().
unsigned int ForwardReplyContext::get_path_length |
Number of entries in get_path.
Definition at line 879 of file gnunet-service-dht_clients.c.
Referenced by forward_reply(), and GDS_CLIENTS_handle_reply().