Closure for response_action(). More...
Data Fields | |
const struct GNUNET_DATACACHE_Block * | bd |
const struct GNUNET_DHT_PathElement * | get_path |
unsigned int | get_path_length |
Closure for response_action().
Definition at line 1420 of file gnunet-service-dht_clients.c.
const struct GNUNET_DATACACHE_Block* ResponseActionContext::bd |
Definition at line 1422 of file gnunet-service-dht_clients.c.
Referenced by GDS_CLIENTS_process_get_resp(), and response_action().
const struct GNUNET_DHT_PathElement* ResponseActionContext::get_path |
Definition at line 1423 of file gnunet-service-dht_clients.c.
Referenced by GDS_CLIENTS_process_get_resp(), and response_action().
unsigned int ResponseActionContext::get_path_length |
Definition at line 1424 of file gnunet-service-dht_clients.c.
Referenced by GDS_CLIENTS_process_get_resp(), and response_action().