]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Use sized integer. 2009/head
authorKevin Cox <kevincox@kevincox.ca>
Fri, 20 Jun 2014 19:52:20 +0000 (15:52 -0400)
committerKevin Cox <kevincox@kevincox.ca>
Fri, 20 Jun 2014 20:53:09 +0000 (16:53 -0400)
Signed-off-by: Kevin Cox <kevincox@kevincox.ca>
src/messages/MMonElection.h

index e3ccbf3eeb1653dee7205cd635bcc5ddc1e9f273..a34feac6163aba45c94cfe71986629c20b5fef2c 100644 (file)
@@ -43,7 +43,7 @@ public:
   int32_t op;
   epoch_t epoch;
   bufferlist monmap_bl;
-  set<int> quorum;
+  set<int32_t> quorum;
   uint64_t quorum_features;
   bufferlist sharing_bl;
   /* the following were both used in the next branch for a while