]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: use sized int32 in osdmap incremental new_pg_temp
authorSage Weil <sage@newdream.net>
Fri, 9 Oct 2009 05:20:49 +0000 (22:20 -0700)
committerSage Weil <sage@newdream.net>
Fri, 9 Oct 2009 05:20:49 +0000 (22:20 -0700)
Oops!

src/osd/OSDMap.h

index 3f809ae64171d7181e78a53f10573a9c0da100b8..a203acdb808fb194fde74caab54adb137bb30f42 100644 (file)
@@ -148,7 +148,7 @@ public:
     map<int32_t,entity_addr_t> new_up;
     map<int32_t,uint8_t> new_down;
     map<int32_t,uint32_t> new_weight;
-    map<pg_t,vector<int> > new_pg_temp;     // [] to remove
+    map<pg_t,vector<int32_t> > new_pg_temp;     // [] to remove
     map<int32_t,epoch_t> new_up_thru;
     map<int32_t,pair<epoch_t,epoch_t> > new_last_clean_interval;
     map<int32_t,epoch_t> new_lost;