summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-29 16:45:41 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:14 +0100
commite8f8c633610469d631782deaa6ef0eabae735b20 (patch)
treeef9e7f5b2938aa2586df453f1ab88ba7b5a6578b /ctdb/include/ctdb_protocol.h
parent1c828b4ed6127e0022f4512f65a4b8c1280aa36a (diff)
downloadsamba-e8f8c633610469d631782deaa6ef0eabae735b20.tar.gz
ctdb-daemon: Rename struct ctdb_req_keepalive to ctdb_req_keepalive_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 e493d1c935f..6dcc0fcf827 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -501,7 +501,7 @@ struct ctdb_reply_control_old {
uint8_t data[1];
};
-struct ctdb_req_keepalive {
+struct ctdb_req_keepalive_old {
struct ctdb_req_header hdr;
};