GNUnet 0.21.2
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 952 of file gnunet-service-fs_cp.c.

Field Documentation

◆ priority

int32_t TestExistClosure::priority

Priority of the incoming request.

Definition at line 957 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 962 of file gnunet-service-fs_cp.c.

Referenced by handle_p2p_get(), and test_exist_cb().

◆ type

enum GNUNET_BLOCK_Type TestExistClosure::type

Type of the incoming request.

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

Referenced by handle_p2p_get(), and test_exist_cb().

◆ finished

int TestExistClosure::finished

Set to GNUNET_YES if we are done handling the query.

Definition at line 972 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: