summaryrefslogtreecommitdiff
path: root/kernel/lib/relist.h
diff options
context:
space:
mode:
authorAnton Kling <anton@kling.gg>2024-06-11 13:33:01 +0200
committerAnton Kling <anton@kling.gg>2024-06-11 15:18:40 +0200
commitabf9cf5bec2712465400417cc8232fee2d1cce28 (patch)
tree3e43f9cc8e194aa20de6e2e5a1916a10ced69f44 /kernel/lib/relist.h
parentb118759096ef08bfcc003933059de46a7a964ad7 (diff)
TCP stuff
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;
};