aboutsummaryrefslogtreecommitdiff
path: root/squashfs-tools/info.c
diff options
context:
space:
mode:
authorPhillip Lougher <phillip@squashfs.org.uk>2014-04-10 02:38:34 +0100
committerMohamad Ayyash <mkayyash@google.com>2015-02-23 12:36:18 -0800
commite3e69fc4edf5760932422f284edb7460221f0611 (patch)
tree99e87ca77beb6594669bf8cddba84310e4228e82 /squashfs-tools/info.c
parentfb78d2c217a087e5d53d543f335af0a2ddce5759 (diff)
downloadsquashfs-tools-e3e69fc4edf5760932422f284edb7460221f0611.tar.gz
caches-queues-lists: dump reader thread -> process fragment threads queue
Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
Diffstat (limited to 'squashfs-tools/info.c')
-rw-r--r--squashfs-tools/info.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/squashfs-tools/info.c b/squashfs-tools/info.c
index 3ecf0a8..27e7311 100644
--- a/squashfs-tools/info.c
+++ b/squashfs-tools/info.c
@@ -85,8 +85,12 @@ void dump_state()
printf("file buffer queue (reader thread -> deflate thread(s))\n");
dump_queue(to_deflate);
- printf("uncompressed fragment queue (reader thread -> main"
- " thread)\n");
+ printf("uncompressed fragment queue (reader thread -> fragment"
+ " thread(s))\n");
+ dump_queue(to_process_frag);
+
+ printf("processed fragment queue (fragment thread(s) -> main"
+ " thread\n");
dump_seq_queue(to_main, 1);
printf("compressed block queue (deflate thread(s) -> main thread)\n");