summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-29 16:36:30 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:14 +0100
commitacf858defbe8672c91265e6e2afe45476ef0fba6 (patch)
tree0324550a84d290b0f6260b1c45b49ec29566b9da /ctdb/include/ctdb_protocol.h
parent296d9f4cdafdf5770c64f9f75effd250b1f9972e (diff)
downloadsamba-acf858defbe8672c91265e6e2afe45476ef0fba6.tar.gz
ctdb-daemon: Rename struct ctdb_req_message to ctdb_req_message_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 f4d07d004e6..11d9f53d67a 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -473,7 +473,7 @@ struct ctdb_reply_dmaster_old {
uint8_t data[1];
};
-struct ctdb_req_message {
+struct ctdb_req_message_old {
struct ctdb_req_header hdr;
uint64_t srvid;
uint32_t datalen;