Closure for handle_reply(). More...
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... | |
Closure for handle_reply().
Definition at line 238 of file gnunet-service-fs_cadet_client.c.
const void* HandleReplyClosure::data |
Reply payload.
Definition at line 243 of file gnunet-service-fs_cadet_client.c.
Referenced by handle_reply(), typescriptdomain.TypeScriptDomain::objects(), process_reply(), httpdomain.httpdomain.HTTPDomain::resolve_xref(), and httpdomain.httpdomain.HTTPDomain::routes().
struct GNUNET_TIME_Absolute HandleReplyClosure::expiration |
Expiration time for the block.
Definition at line 248 of file gnunet-service-fs_cadet_client.c.
Referenced by handle_reply(), and process_reply().
size_t HandleReplyClosure::data_size |
Number of bytes in data.
Definition at line 253 of file gnunet-service-fs_cadet_client.c.
Referenced by handle_reply(), and process_reply().
enum GNUNET_BLOCK_Type HandleReplyClosure::type |
Type of the block.
Definition at line 258 of file gnunet-service-fs_cadet_client.c.
Referenced by handle_reply(), and process_reply().
int HandleReplyClosure::found |
Did we have a matching query?
Definition at line 263 of file gnunet-service-fs_cadet_client.c.
Referenced by handle_reply(), and process_reply().