diff options
Diffstat (limited to 'lib/sqfs/block_processor/internal.h')
-rw-r--r-- | lib/sqfs/block_processor/internal.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/sqfs/block_processor/internal.h b/lib/sqfs/block_processor/internal.h index 09e879b..dcf8a09 100644 --- a/lib/sqfs/block_processor/internal.h +++ b/lib/sqfs/block_processor/internal.h @@ -71,6 +71,8 @@ struct sqfs_block_processor_t { const sqfs_block_hooks_t *hooks; void *user_ptr; + sqfs_block_processor_stats_t stats; + /* file API */ sqfs_inode_generic_t *inode; sqfs_block_t *blk_current; |