diff options
Diffstat (limited to '')
-rw-r--r-- | src/universe.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/universe.h b/src/universe.h index ba00e87..03c78cf 100644 --- a/src/universe.h +++ b/src/universe.h | |||
@@ -63,6 +63,8 @@ struct s_Universe | |||
63 | // contains a mutex and the original allocator definition | 63 | // contains a mutex and the original allocator definition |
64 | ProtectedAllocator protected_allocator; | 64 | ProtectedAllocator protected_allocator; |
65 | 65 | ||
66 | AllocatorDefinition internal_allocator; | ||
67 | |||
66 | Keepers* keepers; | 68 | Keepers* keepers; |
67 | 69 | ||
68 | // Initialized by 'init_once_LOCKED()': the deep userdata Linda object | 70 | // Initialized by 'init_once_LOCKED()': the deep userdata Linda object |