From: Kevin Cox Date: Fri, 20 Jun 2014 19:52:20 +0000 (-0400) Subject: Use sized integer. X-Git-Tag: v0.83~67^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=74be320a07bf38e24275eefd31ae096a50a02a29;p=ceph.git Use sized integer. Signed-off-by: Kevin Cox --- diff --git a/src/messages/MMonElection.h b/src/messages/MMonElection.h index e3ccbf3eeb165..a34feac6163ab 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