summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
Diffstat (limited to 'includes')
-rw-r--r--includes/Storage.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/Storage.h b/includes/Storage.h
index c51f51b4ba..32d4e9ba86 100644
--- a/includes/Storage.h
+++ b/includes/Storage.h
@@ -88,6 +88,7 @@ typedef struct step_ {
unsigned int n_old_blocks; // number of blocks in from-space
bdescr * todos; // blocks waiting to be scavenged
+ bdescr * todos_last;
unsigned int n_todos; // count of above
bdescr * scavenged_large_objects; // live large objs after GC (d-link)