virtual ObjectContextRef get_obc(
const hobject_t &hoid,
- map<string, bufferlist> &attrs) = 0;
+ const map<string, bufferlist> &attrs) = 0;
virtual bool try_lock_for_read(
const hobject_t &hoid,
virtual void log_operation(
const vector<pg_log_entry_t> &logv,
- boost::optional<pg_hit_set_history_t> &hset_history,
+ const boost::optional<pg_hit_set_history_t> &hset_history,
const eversion_t &trim_to,
const eversion_t &roll_forward_to,
bool transaction_applied,