summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-28 19:39:51 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:16 +0100
commitecfaef503191ab45317cc6a851201ec992d7fb11 (patch)
treea5882fec21bbaa371ab6124fdeab6a2efe851bb4 /ctdb/include/ctdb_protocol.h
parentc4e9d616ae4c87aecbd98a3c4387742bbf44a2e7 (diff)
downloadsamba-ecfaef503191ab45317cc6a851201ec992d7fb11.tar.gz
ctdb-daemon: Rename struct ctdb_control_public_ip_info to ctdb_public_ip_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 90a9fed98fd..cccacea7f3b 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -994,7 +994,7 @@ struct ctdb_iface {
uint32_t references;
};
-struct ctdb_control_public_ip_info {
+struct ctdb_public_ip_info_old {
struct ctdb_public_ip ip;
uint32_t active_idx;
uint32_t num;