* refs/pull/19411/head:
osd: Step down RecoveryCtx from class to struct
Reviewed-by: Sage Weil <sage@redhat.com>
const spg_t pg_id;
const coll_t coll;
- // for ordering writes
- ceph::shared_ptr<ObjectStore::Sequencer> osr;
-
ObjectStore::CollectionHandle ch;
- class RecoveryCtx;
+ struct RecoveryCtx;
// -- methods --
- std::string gen_prefix() const override;
+ std::ostream& gen_prefix(std::ostream& out) const override;
CephContext *get_cct() const override {
return cct;
}