From 3a795ed32935968218ce6feb8ab2459e8c215ee8 Mon Sep 17 00:00:00 2001 From: David Oberhollenzer Date: Sat, 27 Jul 2019 18:10:38 +0200 Subject: Add some nice statistics output to tar2sqfs and gensquashfs Signed-off-by: David Oberhollenzer --- include/highlevel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/highlevel.h') diff --git a/include/highlevel.h b/include/highlevel.h index cef6190..2a29410 100644 --- a/include/highlevel.h +++ b/include/highlevel.h @@ -87,4 +87,7 @@ int write_xattr(int outfd, fstree_t *fs, sqfs_super_t *super, int write_export_table(int outfd, fstree_t *fs, sqfs_super_t *super, compressor_t *cmp); +/* Print out fancy statistics for squashfs packing tools */ +void sqfs_print_statistics(fstree_t *fs, sqfs_super_t *super); + #endif /* HIGHLEVEL_H */ -- cgit v1.2.3