summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-29 16:34:01 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:14 +0100
commit296d9f4cdafdf5770c64f9f75effd250b1f9972e (patch)
treeb2fbd5ba6ead81cb3ed07445b7e735950ccf76c9 /ctdb/include/ctdb_protocol.h
parent555a2f3f4f6ee5fca6d741a987b88b42f5504c06 (diff)
downloadsamba-296d9f4cdafdf5770c64f9f75effd250b1f9972e.tar.gz
ctdb-daemon: Rename struct ctdb_reply_dmaster to ctdb_reply_dmaster_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 475a795f9d0..f4d07d004e6 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -464,7 +464,7 @@ struct ctdb_req_dmaster_old {
uint8_t data[1];
};
-struct ctdb_reply_dmaster {
+struct ctdb_reply_dmaster_old {
struct ctdb_req_header hdr;
uint32_t db_id;
uint64_t rsn;