MXS-1775 Rename MariaDBMonitor::main_loop() to main()
To make it compatible with mxs::MonitorInstance.
This commit is contained in:
@ -87,7 +87,7 @@ public:
|
||||
/**
|
||||
* Runs the main monitor loop. Called from the static monitorMain()-function.
|
||||
*/
|
||||
void main_loop();
|
||||
void main();
|
||||
|
||||
/**
|
||||
* Create the monitor instance and return the instance data.
|
||||
|
Reference in New Issue
Block a user