summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-29 14:46:21 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:15 +0100
commit357bc609472902d10ea8324bd9892b1bab889379 (patch)
tree5b9a607b4998c3c3c76c542bf17a7efb3e6b00a5 /ctdb/include/ctdb_protocol.h
parentcb0be4126ff7b8db94b34f2b115db35cddbf137e (diff)
downloadsamba-357bc609472902d10ea8324bd9892b1bab889379.tar.gz
ctdb-daemon: Rename struct ctdb_control_ip_iface to ctdb_addr_info_old
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net>
Diffstat (limited to 'ctdb/include/ctdb_protocol.h')
-rw-r--r--ctdb/include/ctdb_protocol.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h
index a5e7cdbb0a7..2efd71a30e9 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -923,7 +923,7 @@ enum ctdb_runstate {
struct holding a ctdb_sock_addr and an interface name,
used to add/remove public addresses
*/
-struct ctdb_control_ip_iface {
+struct ctdb_addr_info_old {
ctdb_sock_addr addr;
uint32_t mask;
uint32_t len;