From acf858defbe8672c91265e6e2afe45476ef0fba6 Mon Sep 17 00:00:00 2001 From: Amitay Isaacs Date: Thu, 29 Oct 2015 16:36:30 +1100 Subject: ctdb-daemon: Rename struct ctdb_req_message to ctdb_req_message_old Signed-off-by: Amitay Isaacs Reviewed-by: Martin Schwenke --- ctdb/include/ctdb_protocol.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ctdb/include/ctdb_protocol.h') 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; -- cgit v1.2.1