MXS-2271 Cleanup internal monitor header and its functions
Some functions still accessed the servers-array. Most functions are now inside class. Removed unused defines.
This commit is contained in:
@ -3614,7 +3614,7 @@ int create_new_service(CONFIG_CONTEXT* obj)
|
||||
|
||||
if (!cluster.empty())
|
||||
{
|
||||
Monitor* pMonitor = monitor_find(cluster.c_str());
|
||||
Monitor* pMonitor = MonitorManager::find_monitor(cluster.c_str());
|
||||
|
||||
if (pMonitor)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user