The RGWRealmReloader holds a reference on it.
Signed-off-by: Matt Benjamin <mbenjamin@redhat.com>
g_conf().get_val<string>("rgw_frontend_defaults");
get_str_vec(frontend_defs_str, ",", frontends_def);
- std::map<std::string, std::string> service_map_meta;
service_map_meta["pid"] = stringify(getpid());
std::map<std::string, std::unique_ptr<RGWFrontendConfig> > fe_def_map;
std::unique_ptr<rgw::auth::ImplicitTenants> implicit_tenant_context;
std::unique_ptr<rgw::dmclock::SchedulerCtx> sched_ctx;
std::unique_ptr<ActiveRateLimiter> ratelimiter;
+ std::map<std::string, std::string> service_map_meta;
// wow, realm reloader has a lot of parts
std::unique_ptr<RGWRealmReloader> reloader;
std::unique_ptr<RGWPeriodPusher> pusher;