GNUnet 0.21.1
HandleReplyClosure Struct Reference

Closure for handle_reply(). More...

Collaboration diagram for HandleReplyClosure:
[legend]

Data Fields

const void * data
 Reply payload. More...
 
struct GNUNET_TIME_Absolute expiration
 Expiration time for the block. More...
 
size_t data_size
 Number of bytes in data. More...
 
enum GNUNET_BLOCK_Type type
 Type of the block. More...
 
int found
 Did we have a matching query? More...
 

Detailed Description

Closure for handle_reply().

Definition at line 240 of file gnunet-service-fs_cadet_client.c.

Field Documentation

◆ data

◆ expiration

struct GNUNET_TIME_Absolute HandleReplyClosure::expiration

Expiration time for the block.

Definition at line 250 of file gnunet-service-fs_cadet_client.c.

Referenced by handle_reply(), and process_reply().

◆ data_size

size_t HandleReplyClosure::data_size

Number of bytes in data.

Definition at line 255 of file gnunet-service-fs_cadet_client.c.

Referenced by handle_reply(), and process_reply().

◆ type

enum GNUNET_BLOCK_Type HandleReplyClosure::type

Type of the block.

Definition at line 260 of file gnunet-service-fs_cadet_client.c.

Referenced by handle_reply(), and process_reply().

◆ found

int HandleReplyClosure::found

Did we have a matching query?

Definition at line 265 of file gnunet-service-fs_cadet_client.c.

Referenced by handle_reply(), and process_reply().


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