X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=ceph%2Fsrc%2Frgw%2Frgw_frontend.h;h=76225e91ab6eafd04d419518fcd338cb66ff96e0;hb=224ce89bce8186937e77bdbda572a650953f8c23;hp=1c999b4d68fe4cfa77faef800d0ffd6785468e06;hpb=06dae762bfef1ba116dc58483c7b68b733d853e0;p=ceph.git diff --git a/ceph/src/rgw/rgw_frontend.h b/ceph/src/rgw/rgw_frontend.h index 1c999b4d6..76225e91a 100644 --- a/ceph/src/rgw/rgw_frontend.h +++ b/ceph/src/rgw/rgw_frontend.h @@ -50,6 +50,10 @@ public: return out; } + const std::string& get_config() { + return config; + } + std::map& 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);