MXS-1775 Factor out post-processing

Further adjustments for being able to move MariaDBMonitor on
top of MonitorInstance::main().
This commit is contained in:
Johan Wikman
2018-06-05 15:29:17 +03:00
parent 71194d83d3
commit 329a6df662
4 changed files with 50 additions and 30 deletions

View File

@ -102,6 +102,8 @@ protected:
void update_server_status(MXS_MONITORED_SERVER* pMonitored_server);
void pre_loop();
void main();
void tick();
void process_state_changes();
private:
unsigned long m_id; /**< Monitor ID */