diff options
Diffstat (limited to 'ctdb/include/includes.h')
-rw-r--r-- | ctdb/include/includes.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/ctdb/include/includes.h b/ctdb/include/includes.h index b7d1e76eb8..b5655335af 100644 --- a/ctdb/include/includes.h +++ b/ctdb/include/includes.h @@ -11,6 +11,13 @@ #include "idtree.h" #include "ctdb_client.h" +/* Allow use of deprecated function tevent_loop_allow_nesting() */ +#define TEVENT_DEPRECATED +/* Saves ctdb from massive churn. */ +#define TEVENT_COMPAT_DEFINES 1 + +#include "tevent.h" + typedef bool BOOL; #define True 1 |