GNUnet 0.22.2
ProcessContext Struct Reference

Closure for the process() function. More...

Collaboration diagram for ProcessContext:
[legend]

Data Fields

const struct GNUNET_DATACACHE_Blockbd
 Block data. More...
 
const struct GNUNET_DHT_PathElementget_path
 Path of the reply. More...
 
unsigned int get_path_length
 Number of entries in get_path. More...
 

Detailed Description

Closure for the process() function.

Definition at line 103 of file gnunet-service-dht_routing.c.

Field Documentation

◆ bd

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().

◆ get_path

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().

◆ get_path_length

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().


The documentation for this struct was generated from the following file: