GNUnet 0.22.2
ForwardReplyContext Struct Reference

Closure for forward_reply() More...

Collaboration diagram for ForwardReplyContext:
[legend]

Data Fields

const struct GNUNET_DATACACHE_Blockbd
 Block details. More...
 
const struct GNUNET_DHT_PathElementget_path
 GET path taken. More...
 
unsigned int get_path_length
 Number of entries in get_path. More...
 

Detailed Description

Closure for forward_reply()

Definition at line 864 of file gnunet-service-dht_clients.c.

Field Documentation

◆ bd

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

◆ get_path

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

◆ get_path_length

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


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