]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osdc/Objecter: make OSDMap private
authorSage Weil <sage@redhat.com>
Sun, 20 Jul 2014 21:16:00 +0000 (14:16 -0700)
committerJohn Spray <john.spray@redhat.com>
Mon, 25 Aug 2014 00:34:02 +0000 (01:34 +0100)
Signed-off-by: Sage Weil <sage@redhat.com>
src/osdc/Objecter.h

index 73e818c47b053d2157e49e683aabd12cf69a7596..05d11acff94ed3a23b7e12649b027aab4011539c 100644 (file)
@@ -1006,7 +1006,9 @@ public:
 public:
   Messenger *messenger;
   MonClient *monc;
+private:
   OSDMap    *osdmap;
+public:
   CephContext *cct;
   std::multimap<string,string> crush_location;