From 083988ab0f58b334fa64e376e6c8231f60894d40 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Wed, 1 May 2019 02:09:27 +0200 Subject: Write inodes to image Signed-off-by: David Oberhollenzer --- mkfs/mksquashfs.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mkfs/mksquashfs.h') diff --git a/mkfs/mksquashfs.h b/mkfs/mksquashfs.h index 5522268..0ffa721 100644 --- a/mkfs/mksquashfs.h +++ b/mkfs/mksquashfs.h @@ -45,6 +45,7 @@ typedef struct { size_t frag_offset; id_table_t idtbl; + size_t inode_counter; compressor_t *cmp; } sqfs_info_t; @@ -53,4 +54,6 @@ void process_command_line(options_t *opt, int argc, char **argv); int write_data_to_image(sqfs_info_t *info); +int sqfs_write_inodes(sqfs_info_t *info); + #endif /* MKSQUASHFS_H */ -- cgit v1.2.3