summaryrefslogtreecommitdiff
path: root/ctree.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctree.h')
-rw-r--r--ctree.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/ctree.h b/ctree.h
index 18daccd8..6b4dabd4 100644
--- a/ctree.h
+++ b/ctree.h
@@ -1,6 +1,8 @@
#ifndef __CTREE__
#define __CTREE__
+#include "list.h"
+
#define CTREE_BLOCKSIZE 1024
/*
@@ -53,6 +55,9 @@ struct ctree_root {
struct key current_insert;
int fp;
struct radix_tree_root cache_radix;
+ struct list_head trans;
+ struct list_head cache;
+ int cache_size;
};
/*