summaryrefslogtreecommitdiffstats
path: root/ctdb/include/includes.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2006-11-28 20:48:34 +1100
committerAndrew Tridgell <tridge@samba.org>2006-11-28 20:48:34 +1100
commitfcae7fb9ca397df7f69d099b5dfa40d1f3d21de8 (patch)
treea476fceca3959170fc1d7f5072590110816a4111 /ctdb/include/includes.h
parentfdb317facfdb60c87695b557a4680401c210031a (diff)
- added in idtree for efficient reqid handling
- started adding ctdb_call() code - added ctdb_call_local() implementation (This used to be ctdb commit 97b1fdf7fa0e230f36add3f1770ecb3a9faee0a1)
Diffstat (limited to 'ctdb/include/includes.h')
-rw-r--r--ctdb/include/includes.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/include/includes.h b/ctdb/include/includes.h
index 70632a7e0d..b160e1f739 100644
--- a/ctdb/include/includes.h
+++ b/ctdb/include/includes.h
@@ -3,6 +3,7 @@
#include "replace.h"
#include "talloc.h"
#include "tdb.h"
+#include "idtree.h"
#include "ctdb.h"
#include "lib/util/dlinklist.h"