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=3879332010af1d0700d38ec768736126f6bcdccd;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 3b806d309861..3f6cde71623d 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;