Signed-off-by: Danny Al-Gaaf <danny.al-gaaf@bisect.de>
return r;
}
-void KeyValueStore::dump_start(const std::string file)
+void KeyValueStore::dump_start(const std::string &file)
{
dout(10) << "dump_start " << file << dendl;
if (m_keyvaluestore_do_dump) {
const ghobject_t &oid);
int check_get_rc(const coll_t cid, const ghobject_t& oid, int r, bool is_equal_size);
- void dump_start(const std::string file);
+ void dump_start(const std::string &file);
void dump_stop();
void dump_transactions(list<ObjectStore::Transaction*>& ls, uint64_t seq,
OpSequencer *osr);