summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctdb/include/ctdb_protocol.h')
-rw-r--r--ctdb/include/ctdb_protocol.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ctdb/include/ctdb_protocol.h b/ctdb/include/ctdb_protocol.h
index 94b80f3a0d2..36bc3852da4 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -808,9 +808,9 @@ struct ctdb_uptime {
struct timeval last_recovery_finished;
};
-struct ctdb_control_tcp_addr {
+struct ctdb_connection {
ctdb_sock_addr src;
- ctdb_sock_addr dest;
+ ctdb_sock_addr dst;
};
struct ctdb_ban_time {