summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-29 16:42:05 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:14 +0100
commite1fed53e2abafcae8a5da9a3b24ee8db38b97441 (patch)
treeea38777c2f0e9eea4b3721a126ef5212e43a752d /ctdb/include/ctdb_protocol.h
parentacf858defbe8672c91265e6e2afe45476ef0fba6 (diff)
downloadsamba-e1fed53e2abafcae8a5da9a3b24ee8db38b97441.tar.gz
ctdb-daemon: Rename struct ctdb_req_control to ctdb_req_control_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 11d9f53d67a..e833c2083e0 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -480,7 +480,7 @@ struct ctdb_req_message_old {
uint8_t data[1];
};
-struct ctdb_req_control {
+struct ctdb_req_control_old {
struct ctdb_req_header hdr;
uint32_t opcode;
uint32_t pad;