summaryrefslogtreecommitdiffstats
path: root/src/rgw/rgw_lua_background.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rgw/rgw_lua_background.h')
-rw-r--r--src/rgw/rgw_lua_background.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rgw/rgw_lua_background.h b/src/rgw/rgw_lua_background.h
index 7b8d12599f4..2973a753fff 100644
--- a/src/rgw/rgw_lua_background.h
+++ b/src/rgw/rgw_lua_background.h
@@ -153,9 +153,8 @@ private:
void run();
-protected:
std::string rgw_script;
- virtual int read_script();
+ int read_script();
public:
Background(rgw::sal::Driver* _driver,
@@ -173,7 +172,7 @@ public:
std::unique_lock cond_lock(table_mutex);
rgw_map[key] = value;
}
-
+
// update the manager after
void set_manager(rgw::sal::LuaManager* _lua_manager);
void pause() override;