diff options
Diffstat (limited to 'include/sqfs/block_processor.h')
-rw-r--r-- | include/sqfs/block_processor.h | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/include/sqfs/block_processor.h b/include/sqfs/block_processor.h index ca560f7..5e55908 100644 --- a/include/sqfs/block_processor.h +++ b/include/sqfs/block_processor.h @@ -128,16 +128,14 @@ struct sqfs_block_t { uint32_t checksum; /** - * @brief User settable file block index. - * - * Can be used for purposes like indexing the block size table. + * @brief Data block index within the inode. */ uint32_t index; /** - * @brief Arbitary user pointer associated with the block. + * @brief The squashfs inode related to this block. */ - void *user; + sqfs_inode_generic_t *inode; /** * @brief User settable flag field. |