Closure for iterator processing results. More...
Data Fields | |
| struct GNUNET_HashCode | query |
| Hash of data. | |
| const void * | data |
| Data found in P2P network. | |
| struct GNUNET_FS_DownloadContext * | dc |
| Our download context. | |
| struct GNUNET_TIME_Absolute | last_transmission |
| When did we last transmit the request? | |
| size_t | size |
| Number of bytes in data. | |
| enum GNUNET_BLOCK_Type | type |
| Type of data. | |
| int | do_store |
| Flag to indicate if this block should be stored on disk. | |
| uint32_t | respect_offered |
| how much respect did we offer to get this reply? | |
| uint32_t | num_transmissions |
| how often did we transmit the query? | |
Closure for iterator processing results.
Definition at line 135 of file fs_download.c.
| struct GNUNET_HashCode ProcessResultClosure::query |
Hash of data.
Definition at line 140 of file fs_download.c.
Referenced by encrypt_existing_match(), handle_put(), and process_result_with_request().
| const void* ProcessResultClosure::data |
Data found in P2P network.
Definition at line 145 of file fs_download.c.
Referenced by encrypt_existing_match(), handle_put(), and process_result_with_request().
| struct GNUNET_FS_DownloadContext* ProcessResultClosure::dc |
Our download context.
Definition at line 150 of file fs_download.c.
Referenced by encrypt_existing_match(), handle_put(), and process_result_with_request().
| struct GNUNET_TIME_Absolute ProcessResultClosure::last_transmission |
When did we last transmit the request?
Definition at line 155 of file fs_download.c.
Referenced by encrypt_existing_match(), handle_put(), and process_result_with_request().
| size_t ProcessResultClosure::size |
Number of bytes in data.
Definition at line 160 of file fs_download.c.
Referenced by encrypt_existing_match(), handle_put(), and process_result_with_request().
| enum GNUNET_BLOCK_Type ProcessResultClosure::type |
Type of data.
Definition at line 165 of file fs_download.c.
Referenced by encrypt_existing_match(), and handle_put().
| int ProcessResultClosure::do_store |
Flag to indicate if this block should be stored on disk.
Definition at line 170 of file fs_download.c.
Referenced by encrypt_existing_match(), handle_put(), and process_result_with_request().
| uint32_t ProcessResultClosure::respect_offered |
how much respect did we offer to get this reply?
Definition at line 175 of file fs_download.c.
Referenced by handle_put(), and process_result_with_request().
| uint32_t ProcessResultClosure::num_transmissions |
how often did we transmit the query?
Definition at line 180 of file fs_download.c.
Referenced by handle_put(), and process_result_with_request().