venti: mark checksum-queued arenas in http output
This commit is contained in:
parent
01c1b7633c
commit
030fb939cc
@ -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…
Reference in New Issue
Block a user