From abf9cf5bec2712465400417cc8232fee2d1cce28 Mon Sep 17 00:00:00 2001 From: Anton Kling Date: Tue, 11 Jun 2024 13:33:01 +0200 Subject: TCP stuff --- kernel/lib/relist.h | 1 + 1 file changed, 1 insertion(+) (limited to 'kernel/lib/relist.h') 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; }; -- cgit v1.2.3