]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/tools/immutable_object_cache/Types.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / tools / immutable_object_cache / Types.cc
index 860017d6aae0a7adffd32e36244a99294edcb922..fc3eaa308a159c7e19e1db789fdf83744f2a1ac1 100644 (file)
@@ -112,7 +112,7 @@ void ObjectCacheReadData::decode_payload(bufferlist::const_iterator i,
 }
 
 ObjectCacheReadReplyData::ObjectCacheReadReplyData(uint16_t t, uint64_t s,
-                                                   string cache_path)
+                                                   std::string cache_path)
   : ObjectCacheRequest(t, s), cache_path(cache_path) {}
 ObjectCacheReadReplyData::ObjectCacheReadReplyData(uint16_t t, uint64_t s)
   : ObjectCacheRequest(t, s) {}