diff options
Diffstat (limited to 'include/apos/nodes.h')
| -rw-r--r-- | include/apos/nodes.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/apos/nodes.h b/include/apos/nodes.h index 80888e1..0780f75 100644 --- a/include/apos/nodes.h +++ b/include/apos/nodes.h @@ -16,6 +16,10 @@ struct node_region { struct node_root { size_t node_size; + size_t max_nodes; + + ptrdiff_t bitmap; + ptrdiff_t first_node; struct node_region *head; struct node_region *av_head; |
