}
ReplicatedPG::ReplicatedPG(OSDService *o, OSDMapRef curmap,
- PGPool _pool, pg_t p, const hobject_t& oid,
+ const PGPool &_pool, pg_t p, const hobject_t& oid,
const hobject_t& ioid) :
PG(o, curmap, _pool, p, oid, ioid), temp_created(false),
temp_coll(coll_t::make_temp_coll(p)), snap_trimmer_machine(this)
public:
ReplicatedPG(OSDService *o, OSDMapRef curmap,
- PGPool _pool, pg_t p, const hobject_t& oid,
+ const PGPool &_pool, pg_t p, const hobject_t& oid,
const hobject_t& ioid);
~ReplicatedPG() {}