summaryrefslogtreecommitdiffstats
path: root/ctdb/include/ctdb_private.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2011-10-31 13:29:13 +0100
committerRonnie Sahlberg <ronniesahlberg@gmail.com>2011-11-30 09:02:26 +1100
commit5a1da0ac558df99e6b8ee84e6affe810dc966db7 (patch)
tree382859b63057afa61ea4cccb45cd037c5a3bb5eb /ctdb/include/ctdb_private.h
parent940e9cb7a7c4b566a06b5c3ed03bcafe02f24cd2 (diff)
downloadsamba-5a1da0ac558df99e6b8ee84e6affe810dc966db7.tar.gz
samba-5a1da0ac558df99e6b8ee84e6affe810dc966db7.tar.xz
samba-5a1da0ac558df99e6b8ee84e6affe810dc966db7.zip
Add CTDB_CONTROL_CHECK_SRVID
(This used to be ctdb commit ad64ef2c40a2a12b37dbf39142e95c6781c2fc3b)
Diffstat (limited to 'ctdb/include/ctdb_private.h')
-rw-r--r--ctdb/include/ctdb_private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index da9ef9fedc4..4155bac45bc 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -967,6 +967,8 @@ int ctdb_dispatch_message(struct ctdb_context *ctdb, uint64_t srvid, TDB_DATA da
int daemon_register_message_handler(struct ctdb_context *ctdb, uint32_t client_id, uint64_t srvid);
int ctdb_deregister_message_handler(struct ctdb_context *ctdb, uint64_t srvid, void *private_data);
int daemon_deregister_message_handler(struct ctdb_context *ctdb, uint32_t client_id, uint64_t srvid);
+int daemon_check_srvids(struct ctdb_context *ctdb, TDB_DATA indata,
+ TDB_DATA *outdata);
int32_t ctdb_ltdb_enable_seqnum(struct ctdb_context *ctdb, uint32_t db_id);
int32_t ctdb_ltdb_update_seqnum(struct ctdb_context *ctdb, uint32_t db_id, uint32_t srcnode);