diff options
Diffstat (limited to 'kernel/lib/list.h')
-rw-r--r-- | kernel/lib/list.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/lib/list.h b/kernel/lib/list.h index 6ab9e0b..b7085cd 100644 --- a/kernel/lib/list.h +++ b/kernel/lib/list.h @@ -2,6 +2,7 @@ #define LIST_H struct list { void **entries; + int capacity; int tail_index; }; |