MXS-2219 Address review comments
This commit is contained in:
@ -52,7 +52,7 @@ bool ClustrixMonitor::configure(const MXS_CONFIG_PARAMETER* pParams)
|
||||
return true;
|
||||
}
|
||||
|
||||
void ClustrixMonitor::pre_tick()
|
||||
void ClustrixMonitor::pre_loop()
|
||||
{
|
||||
m_http = mxb::http::get_async(m_health_urls);
|
||||
|
||||
|
@ -50,7 +50,7 @@ public:
|
||||
private:
|
||||
ClustrixMonitor(MXS_MONITOR* pMonitor);
|
||||
|
||||
void pre_tick();
|
||||
void pre_loop() override;
|
||||
|
||||
void tick();
|
||||
|
||||
|
Reference in New Issue
Block a user