summaryrefslogtreecommitdiff
path: root/kernel/lib/relist.h
diff options
context:
space:
mode:
Diffstat (limited to 'kernel/lib/relist.h')
-rw-r--r--kernel/lib/relist.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/lib/relist.h b/kernel/lib/relist.h
index 734e5dc..409032d 100644
--- a/kernel/lib/relist.h
+++ b/kernel/lib/relist.h
@@ -5,6 +5,7 @@
struct relist {
void **entries;
u32 bitmap_capacity;
+ u32 num_entries;
u64 *bitmap;
};