]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
mds: Publicize some EMetaBlob members
authorJohn Spray <john.spray@inktank.com>
Tue, 25 Mar 2014 13:31:17 +0000 (13:31 +0000)
committerJohn Spray <john.spray@inktank.com>
Sun, 18 May 2014 10:21:29 +0000 (11:21 +0100)
This makes them accessible for JournalTool.

Signed-off-by: John Spray <john.spray@inktank.com>
src/mds/events/EMetaBlob.h

index 52ad9008408c411e00ef3fc5a924711f27586a82..7384f47caaf875d00812cd24747b394b6e7e8797 100644 (file)
@@ -279,12 +279,11 @@ public:
   };
   WRITE_CLASS_ENCODER(dirlump)
 
-private:
   // my lumps.  preserve the order we added them in a list.
   list<dirfrag_t>         lump_order;
   map<dirfrag_t, dirlump> lump_map;
   list<ceph::shared_ptr<fullbit> > roots;
-
+public:
   list<pair<__u8,version_t> > table_tids;  // tableclient transactions
 
   inodeno_t opened_ino;
@@ -304,7 +303,9 @@ private:
   list<inodeno_t> truncate_start;        // start truncate 
   map<inodeno_t,uint64_t> truncate_finish;  // finished truncate (started in segment blah)
 
+public:
   vector<inodeno_t> destroyed_inodes;
+private:
 
   // idempotent op(s)
   list<pair<metareqid_t,uint64_t> > client_reqs;