MXS-1775 Rename m_monitor_base to m_monitor
To make it compatible with how the variable is named in maxscale::MonitorInstance.
This commit is contained in:
@ -140,7 +140,7 @@ public:
|
||||
bool manual_rejoin(SERVER* rejoin_server, json_t** output);
|
||||
|
||||
private:
|
||||
MXS_MONITOR* m_monitor_base; /**< Generic monitor object */
|
||||
MXS_MONITOR* m_monitor; /**< Generic monitor object */
|
||||
THREAD m_thread; /**< Monitor thread */
|
||||
unsigned long m_id; /**< Monitor ID */
|
||||
volatile bool m_shutdown; /**< Should the monitor shut down? */
|
||||
|
Reference in New Issue
Block a user