GNUnet 0.21.1

index block (indexing a DBlock that can be obtained directly from reading the plaintext file) More...

#include <block_fs.h>

Collaboration diagram for OnDemandBlock:
[legend]

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...
 

Detailed Description

index block (indexing a DBlock that can be obtained directly from reading the plaintext file)

Definition at line 85 of file block_fs.h.

Field Documentation

◆ file_id

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().

◆ offset

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().


The documentation for this struct was generated from the following file: