MXS-1848 Change monitorCamelCase to monitor_snake_case

This commit is contained in:
Johan Wikman
2018-05-05 16:21:50 +03:00
parent 83f3d6d71d
commit 510eb7ec7c
10 changed files with 87 additions and 87 deletions

View File

@ -2152,7 +2152,7 @@ int main(int argc, char **argv)
}
/** Start all monitors */
monitorStartAll();
monitor_start_all();
/** Start the services that were created above */
n_services = service_launch_all();
@ -2241,13 +2241,13 @@ int main(int argc, char **argv)
worker->run();
/*< Stop all the monitors */
monitorStopAll();
monitor_stop_all();
/** Stop administrative interface */
mxs_admin_shutdown();
/*< Stop all the monitors */
monitorStopAll();
monitor_stop_all();
/*<
* Wait for the housekeeper to finish.