venti: mark checksum-queued arenas in http output
This commit is contained in:
parent
01c1b7633c
commit
030fb939cc
1 changed files with 2 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue