From 3879332010af1d0700d38ec768736126f6bcdccd Mon Sep 17 00:00:00 2001 From: Shinobu Kinjo Date: Sat, 9 Dec 2017 01:01:57 -0500 Subject: [PATCH] osd: Step down RecoveryCtx from class to struct Because we don't have defined class RecoveryCtx Signed-off-by: Shinobu Kinjo --- src/osd/PG.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.3