summaryrefslogtreecommitdiff
path: root/ctdb/include
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-03-23 17:32:34 +1100
committerJeremy Allison <jra@samba.org>2015-05-12 01:32:11 +0200
commit4f4e6ebace8ece37a90b08110a74b1a73030b28a (patch)
tree1bbaddaf10c93923f8e75ecd67081c37b24acfc0 /ctdb/include
parentc75f297ac3bd2e734ce0b2e794f481e81963518b (diff)
downloadsamba-4f4e6ebace8ece37a90b08110a74b1a73030b28a.tar.gz
ctdb-daemon: Remove older data structure that supports only IPv4 addresses
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'ctdb/include')
-rw-r--r--ctdb/include/ctdb_client.h11
1 files changed, 0 insertions, 11 deletions
diff --git a/ctdb/include/ctdb_client.h b/ctdb/include/ctdb_client.h
index 57f491742d6..0a61afcb724 100644
--- a/ctdb/include/ctdb_client.h
+++ b/ctdb/include/ctdb_client.h
@@ -470,17 +470,6 @@ struct ctdb_uptime {
struct timeval last_recovery_finished;
};
-/*
- struct for tcp_client control
- this is an ipv4 only version of this structure used by samba
- samba will later be migrated over to use the
- ctdb_control_tcp_addr structure instead
- */
-struct ctdb_control_tcp {
- struct sockaddr_in src; /* samba uses this */
- struct sockaddr_in dest; /* samba uses this */
-};
-/* new style structure */
struct ctdb_control_tcp_addr {
ctdb_sock_addr src;
ctdb_sock_addr dest;