]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/common/entity_name.cc
import quincy beta 17.1.0
[ceph.git] / ceph / src / common / entity_name.cc
index 2eb24829a1c86adf0d3ca95137a4f7df805377e1..5357b34eacb7f3f5f190c7183130c56568f1a54e 100644 (file)
@@ -106,7 +106,7 @@ void EntityName::set_name(entity_name_t n)
   set(n.type(), s);
 }
 
-std::string_view EntityName::
+const char* EntityName::
 get_type_str() const
 {
   return ceph_entity_type_name(type);