Closure for handle_reply(). More...
| Data Fields | |
| const void * | data | 
| Reply payload. | |
| struct GNUNET_TIME_Absolute | expiration | 
| Expiration time for the block. | |
| size_t | data_size | 
| Number of bytes in data. | |
| enum GNUNET_BLOCK_Type | type | 
| Type of the block. | |
| int | found | 
| Did we have a matching query? | |
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(), and process_reply().
| 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().