]> git.proxmox.com Git - ceph.git/blobdiff - ceph/src/rgw/rgw_frontend.h
update sources to v12.1.1
[ceph.git] / ceph / src / rgw / rgw_frontend.h
index 1c999b4d68fe4cfa77faef800d0ffd6785468e06..76225e91ab6eafd04d419518fcd338cb66ff96e0 100644 (file)
@@ -50,6 +50,10 @@ public:
     return out;
   }
 
+  const std::string& get_config() {
+    return config;
+  }
+
   std::map<std::string, std::string>& get_config_map() {
     return config_map;
   }
@@ -213,7 +217,7 @@ public:
     if (uid_str.empty()) {
       derr << "ERROR: uid param must be specified for loadgen frontend"
           << dendl;
-      return EINVAL;
+      return -EINVAL;
     }
 
     rgw_user uid(uid_str);