summaryrefslogtreecommitdiff
path: root/lib/idm.h
diff options
context:
space:
mode:
authorMaria Matejka <mq@ucw.cz>2023-05-08 15:13:49 +0200
committerMaria Matejka <mq@ucw.cz>2023-05-11 11:41:01 +0200
commit2623b7ba5d2bc52640fe875fd8b02ec6c54cf7a2 (patch)
treece4f5143d5d4ae3fbb76070486a4125560e028af /lib/idm.h
parentfcbf22d1f62851fbb710bdb2bafb609d9b62b491 (diff)
ID Maps are checking whether their pool is locked
Diffstat (limited to 'lib/idm.h')
-rw-r--r--lib/idm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/idm.h b/lib/idm.h
index e3380cce..69e26ff5 100644
--- a/lib/idm.h
+++ b/lib/idm.h
@@ -12,6 +12,7 @@
struct idm
{
+ pool *pool;
u32 *data;
u32 pos;
u32 used;