]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
osd: Step down RecoveryCtx from class to struct 19411/head
authorShinobu Kinjo <shinobu@redhat.com>
Sat, 9 Dec 2017 06:01:57 +0000 (01:01 -0500)
committerShinobu Kinjo <shinobu@redhat.com>
Sat, 9 Dec 2017 06:01:57 +0000 (01:01 -0500)
Because we don't have defined class RecoveryCtx

Signed-off-by: Shinobu Kinjo <shinobu@redhat.com>
src/osd/PG.h

index 3b806d3098617cf4ee864a073d8322acfc80807e..3f6cde71623dd0bbebfa3305379b224fe4b5a293 100644 (file)
@@ -259,7 +259,7 @@ public:
 
   ObjectStore::CollectionHandle ch;
 
-  class RecoveryCtx;
+  struct RecoveryCtx;
 
   // -- methods --
   std::string gen_prefix() const override;