diff options
| author | Andrew Tridgell <tridge@samba.org> | 2006-11-28 20:48:34 +1100 |
|---|---|---|
| committer | Andrew Tridgell <tridge@samba.org> | 2006-11-28 20:48:34 +1100 |
| commit | fcae7fb9ca397df7f69d099b5dfa40d1f3d21de8 (patch) | |
| tree | a476fceca3959170fc1d7f5072590110816a4111 /ctdb/include/includes.h | |
| parent | fdb317facfdb60c87695b557a4680401c210031a (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.h | 1 |
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" |
