GNUnet  0.19.5
TestExistClosure Struct Reference

Closure for test_exist_cb(). More...

Data Fields

int32_t priority
 Priority of the incoming request. More...
 
int32_t ttl
 Relative TTL of the incoming request. More...
 
enum GNUNET_BLOCK_Type type
 Type of the incoming request. More...
 
int finished
 Set to GNUNET_YES if we are done handling the query. More...
 

Detailed Description

Closure for test_exist_cb().

Definition at line 1069 of file gnunet-service-fs_cp.c.

Field Documentation

◆ priority

int32_t TestExistClosure::priority

Priority of the incoming request.

Definition at line 1074 of file gnunet-service-fs_cp.c.

Referenced by handle_p2p_get(), and test_exist_cb().

◆ ttl

int32_t TestExistClosure::ttl

Relative TTL of the incoming request.

Definition at line 1079 of file gnunet-service-fs_cp.c.

Referenced by handle_p2p_get(), and test_exist_cb().

◆ type

◆ finished

int TestExistClosure::finished

Set to GNUNET_YES if we are done handling the query.

Definition at line 1089 of file gnunet-service-fs_cp.c.

Referenced by handle_p2p_get(), and test_exist_cb().


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