Rename arena_decay_t's ndirty to nunpurged.

This commit is contained in:
Jason Evans
2016-12-03 12:40:36 -08:00
parent 411697adcd
commit 884fa22b8c
2 changed files with 5 additions and 5 deletions

View File

@@ -106,7 +106,7 @@ struct arena_decay_s {
* arena->ndirty to determine how many dirty pages, if any, were
* generated.
*/
size_t ndirty;
size_t nunpurged;
/*
* Trailing log of how many unused dirty pages were generated during
* each of the past SMOOTHSTEP_NSTEPS decay epochs, where the last