]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_worker.h
import quincy beta 17.1.0
[ceph.git] / ceph / src / rgw / rgw_worker.h
index f878ff8a6d18d7b5c66f5597043888206328b39c..d01456172a00e9171321efc38104c034a6759ba3 100644 (file)
@@ -67,12 +67,12 @@ protected:
 
   std::atomic<bool> down_flag = { false };
 
-  string thread_name;
+  std::string thread_name;
 
   virtual uint64_t interval_msec() = 0;
   virtual void stop_process() {}
 public:
-  RGWRadosThread(RGWRados *_store, const string& thread_name = "radosgw")
+  RGWRadosThread(RGWRados *_store, const std::string& thread_name = "radosgw")
     : worker(NULL), cct(_store->ctx()), store(_store), thread_name(thread_name) {}
   virtual ~RGWRadosThread() {
     stop();