summaryrefslogtreecommitdiffstats
path: root/src/memblock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/memblock.h')
-rw-r--r--src/memblock.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/memblock.h b/src/memblock.h
index 52f1fe50..cba11101 100644
--- a/src/memblock.h
+++ b/src/memblock.h
@@ -29,6 +29,6 @@ void memblock_unref_fixed(struct memblock*b);
#define memblock_assert_exclusive(b) assert((b)->ref == 1)
-extern unsigned n_blocks;
+extern unsigned memblock_count, memblock_total;
#endif