Closure for test_exist_cb(). More...
Data Fields | |
| int32_t | priority |
| Priority of the incoming request. | |
| int32_t | ttl |
| Relative TTL of the incoming request. | |
| enum GNUNET_BLOCK_Type | type |
| Type of the incoming request. | |
| int | finished |
| Set to GNUNET_YES if we are done handling the query. | |
Closure for test_exist_cb().
Definition at line 953 of file gnunet-service-fs_cp.c.
| int32_t TestExistClosure::priority |
Priority of the incoming request.
Definition at line 958 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 963 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 968 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 973 of file gnunet-service-fs_cp.c.
Referenced by handle_p2p_get(), and test_exist_cb().