From: Shinobu Kinjo Date: Sat, 9 Dec 2017 06:01:57 +0000 (-0500) Subject: osd: Step down RecoveryCtx from class to struct X-Git-Tag: v14.1.0~1032^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F19411%2Fhead;p=ceph.git osd: Step down RecoveryCtx from class to struct Because we don't have defined class RecoveryCtx Signed-off-by: Shinobu Kinjo --- diff --git a/src/osd/PG.h b/src/osd/PG.h index 3b806d30986..3f6cde71623 100644 --- a/src/osd/PG.h +++ b/src/osd/PG.h @@ -259,7 +259,7 @@ public: ObjectStore::CollectionHandle ch; - class RecoveryCtx; + struct RecoveryCtx; // -- methods -- std::string gen_prefix() const override;