We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 427c30b + 984a76f commit cb9d94aCopy full SHA for cb9d94a
src/rgw/rgw_lua_background.h
@@ -153,9 +153,8 @@ class Background : public RGWRealmReloader::Pauser {
153
154
void run();
155
156
-protected:
157
std::string rgw_script;
158
- virtual int read_script();
+ int read_script();
159
160
public:
161
Background(rgw::sal::Driver* _driver,
@@ -173,7 +172,7 @@ class Background : public RGWRealmReloader::Pauser {
173
172
std::unique_lock cond_lock(table_mutex);
174
rgw_map[key] = value;
175
}
176
-
+
177
// update the manager after
178
void set_manager(rgw::sal::LuaManager* _lua_manager);
179
void pause() override;
0 commit comments