summaryrefslogtreecommitdiff
path: root/ctdb/include/ctdb_protocol.h
diff options
context:
space:
mode:
authorAmitay Isaacs <amitay@gmail.com>2015-10-29 16:32:09 +1100
committerMartin Schwenke <martins@samba.org>2015-11-04 00:47:14 +0100
commit555a2f3f4f6ee5fca6d741a987b88b42f5504c06 (patch)
treed30c6aef4bbdd316127fe14828e1c4d213951e30 /ctdb/include/ctdb_protocol.h
parente23a2891d90b040c41d8c8dc1cf18e76d501aaab (diff)
downloadsamba-555a2f3f4f6ee5fca6d741a987b88b42f5504c06.tar.gz
ctdb-daemon: Rename struct ctdb_req_dmaster to ctdb_req_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 d7966879a35..475a795f9d0 100644
--- a/ctdb/include/ctdb_protocol.h
+++ b/ctdb/include/ctdb_protocol.h
@@ -454,7 +454,7 @@ struct ctdb_reply_error_old {
uint8_t msg[1];
};
-struct ctdb_req_dmaster {
+struct ctdb_req_dmaster_old {
struct ctdb_req_header hdr;
uint32_t db_id;
uint64_t rsn;