summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorMartin Schwenke <martin@meltin.net>2016-03-11 15:57:44 +1100
committerAmitay Isaacs <amitay@samba.org>2016-04-01 04:42:12 +0200
commitd8398b04b520724d89a4107027e49dfd22f25a43 (patch)
tree9ede3d7bab195a4b334fee4576d4196fba2894f1 /ctdb/include
parentf0a83d865c761c76e0adc428cdfed350fc99a7fb (diff)
downloadsamba-d8398b04b520724d89a4107027e49dfd22f25a43.tar.gz
ctdb-daemon: Remove implementation of CTDB_CONTROL_KILL_TCP
Signed-off-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Amitay Isaacs <amitay@gmail.com>
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_private.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/ctdb/include/ctdb_private.h b/ctdb/include/ctdb_private.h
index 04574fe9c4c..bf45246c548 100644
--- a/ctdb/include/ctdb_private.h
+++ b/ctdb/include/ctdb_private.h
@@ -94,8 +94,6 @@ struct ctdb_vnn {
/* a context to hang sending gratious arp events off */
TALLOC_CTX *takeover_ctx;
- struct ctdb_kill_tcp *killtcp;
-
/* Set to true any time an update to this VNN is in flight.
This helps to avoid races. */
bool update_in_flight;
@@ -1011,7 +1009,6 @@ int32_t ctdb_control_set_iface_link(struct ctdb_context *ctdb,
struct ctdb_req_control_old *c,
TDB_DATA indata);
-int32_t ctdb_control_kill_tcp(struct ctdb_context *ctdb, TDB_DATA indata);
int32_t ctdb_control_set_tcp_tickle_list(struct ctdb_context *ctdb,
TDB_DATA indata);
int32_t ctdb_control_get_tcp_tickle_list(struct ctdb_context *ctdb,