diff options
Diffstat (limited to 'include/sqfs/inode.h')
-rw-r--r-- | include/sqfs/inode.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/sqfs/inode.h b/include/sqfs/inode.h index f04f036..8b69b7e 100644 --- a/include/sqfs/inode.h +++ b/include/sqfs/inode.h @@ -505,6 +505,12 @@ struct sqfs_inode_generic_t { size_t num_file_blocks; /** + * @brief For extended directory inodes, stores the number of payload + * bytes following for the directory index. + */ + size_t num_dir_idx_bytes; + + /** * @brief Type specific inode data. */ union { |