Closure for the process() function. More...
Data Fields | |
const struct GNUNET_DATACACHE_Block * | bd |
Block data. More... | |
const struct GNUNET_DHT_PathElement * | get_path |
Path of the reply. More... | |
unsigned int | get_path_length |
Number of entries in get_path. More... | |
Closure for the process() function.
Definition at line 103 of file gnunet-service-dht_routing.c.
const struct GNUNET_DATACACHE_Block* ProcessContext::bd |
Block data.
Definition at line 108 of file gnunet-service-dht_routing.c.
Referenced by GDS_ROUTING_process().
const struct GNUNET_DHT_PathElement* ProcessContext::get_path |
Path of the reply.
Definition at line 113 of file gnunet-service-dht_routing.c.
Referenced by GDS_ROUTING_process().
unsigned int ProcessContext::get_path_length |
Number of entries in get_path.
Definition at line 118 of file gnunet-service-dht_routing.c.
Referenced by GDS_ROUTING_process().