diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/cmd/venti/srv/httpd.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/cmd/venti/srv/httpd.c b/src/cmd/venti/srv/httpd.c index 623d4e47..5a3f3c6f 100644 --- a/src/cmd/venti/srv/httpd.c +++ b/src/cmd/venti/srv/httpd.c @@ -562,6 +562,8 @@ darena(Hio *hout, Arena *arena) hprint(hout, " mem=sealed"); if(arena->diskstats.sealed) hprint(hout, " disk=sealed"); + if(arena->inqueue) + hprint(hout, " inqueue"); hprint(hout, "\n"); if(scorecmp(zeroscore, arena->score) != 0) hprint(hout, "\tscore=%V\n", arena->score); |