From 74be320a07bf38e24275eefd31ae096a50a02a29 Mon Sep 17 00:00:00 2001 From: Kevin Cox Date: Fri, 20 Jun 2014 15:52:20 -0400 Subject: [PATCH] Use sized integer. Signed-off-by: Kevin Cox --- src/messages/MMonElection.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/messages/MMonElection.h b/src/messages/MMonElection.h index e3ccbf3eeb1..a34feac6163 100644 --- a/src/messages/MMonElection.h +++ b/src/messages/MMonElection.h @@ -43,7 +43,7 @@ public: int32_t op; epoch_t epoch; bufferlist monmap_bl; - set quorum; + set quorum; uint64_t quorum_features; bufferlist sharing_bl; /* the following were both used in the next branch for a while -- 2.47.3