summaryrefslogtreecommitdiffstats
path: root/ctdb/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2007-05-04 15:33:28 +1000
committerAndrew Tridgell <tridge@samba.org>2007-05-04 15:33:28 +1000
commited3e8477856bb29c968d79791dfd351e8df0e13e (patch)
tree69c197cf8b67ae69b8912a8bf04980fff47626c6 /ctdb/include
parent6bc37580825bf5d4c9f02e855d0028808c673318 (diff)
downloadsamba-ed3e8477856bb29c968d79791dfd351e8df0e13e.tar.gz
samba-ed3e8477856bb29c968d79791dfd351e8df0e13e.tar.xz
samba-ed3e8477856bb29c968d79791dfd351e8df0e13e.zip
added a ctdb control for enabling the tdb seqnum
(This used to be ctdb commit c66920d9fb08a4a33418e2c1dcf1fc320fba3761)
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 518df2900b..879c837430 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -282,6 +282,7 @@ enum ctdb_controls {CTDB_CONTROL_PROCESS_EXISTS,
CTDB_CONTROL_TRAVERSE_DATA,
CTDB_CONTROL_REGISTER_SRVID,
CTDB_CONTROL_DEREGISTER_SRVID,
+ CTDB_CONTROL_ENABLE_SEQNUM,
};