]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/services/svc_mdlog.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / services / svc_mdlog.h
index 57103efb464f40b02b04255c95d19f5b1cc4c42e..70c8628a56d409ccf695af32efc88ba7312e984c 100644 (file)
@@ -102,9 +102,9 @@ public:
                     RGWObjVersionTracker *objv_tracker,
                    optional_yield y, bool exclusive = false);
 
-  int add_entry(const DoutPrefixProvider *dpp, const string& hash_key, const string& section, const string& key, bufferlist& bl);
+  int add_entry(const DoutPrefixProvider *dpp, const std::string& hash_key, const std::string& section, const std::string& key, bufferlist& bl);
 
-  int get_shard_id(const string& hash_key, int *shard_id);
+  int get_shard_id(const std::string& hash_key, int *shard_id);
 
   RGWPeriodHistory *get_period_history() {
     return period_history.get();