summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2017-04-21 17:18:49 +1000
committerAmitay Isaacs <amitay@samba.org>2017-05-24 17:03:28 +0200
commit9ec302bfad6abcbb1d6dfc759fa607757360ba66 (patch)
tree7528392ab0720d6ad243f408b09dcdd46058545d /ctdb/include
parent075613489cbcc024c0f9269b68c32db9213650b2 (diff)
downloadsamba-9ec302bfad6abcbb1d6dfc759fa607757360ba66.tar.gz
ctdb-keepalive: Move ctdb_send_keepalive() to ctdb_keepalive.c
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 91e98857a15..7d16c425881 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -511,8 +511,6 @@ struct ctdb_call_state *ctdb_daemon_call_send_remote(
int ctdb_daemon_call_recv(struct ctdb_call_state *state,
struct ctdb_call *call);
-void ctdb_send_keepalive(struct ctdb_context *ctdb, uint32_t destnode);
-
int ctdb_start_revoke_ro_record(struct ctdb_context *ctdb,
struct ctdb_db_context *ctdb_db,
TDB_DATA key, struct ctdb_ltdb_header *header,