index block (indexing a DBlock that can be obtained directly from reading the plaintext file) More...
#include <block_fs.h>
Data Fields | |
struct GNUNET_HashCode | file_id |
Hash code of the entire content of the file that was indexed (used to uniquely identify the plaintext file). More... | |
uint64_t | offset |
At which offset should we be able to find this on-demand encoded block? (in NBO) More... | |
index block (indexing a DBlock that can be obtained directly from reading the plaintext file)
Definition at line 85 of file block_fs.h.
struct GNUNET_HashCode OnDemandBlock::file_id |
Hash code of the entire content of the file that was indexed (used to uniquely identify the plaintext file).
Definition at line 92 of file block_fs.h.
Referenced by block_proc(), GNUNET_FS_handle_on_demand_block(), and unindex_process().
uint64_t OnDemandBlock::offset |
At which offset should we be able to find this on-demand encoded block? (in NBO)
Definition at line 98 of file block_fs.h.
Referenced by block_proc(), GNUNET_FS_handle_on_demand_block(), and unindex_process().