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... | |
Closure for test_exist_cb().
Definition at line 952 of file gnunet-service-fs_cp.c.
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().
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().
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().
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().