MXS-1775 Rename MariaDBMonitor::main_loop() to main()

To make it compatible with mxs::MonitorInstance.
This commit is contained in:
Johan Wikman
2018-05-28 14:12:06 +03:00
parent a82c5911e5
commit be3bdc7bc9
2 changed files with 3 additions and 3 deletions

View File

@ -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.