MXS-2314 Populate services with servers
The services whose servers are defined using a monitor, will now be populated from the monitor. Note, no consideration has yet been given to runtime changes.
This commit is contained in:
@ -394,6 +394,11 @@ private:
|
||||
*/
|
||||
int launch_command(MXS_MONITORED_SERVER* ptr, EXTERNCMD* cmd);
|
||||
|
||||
/**
|
||||
* Populate services with the servers of the monitor.
|
||||
*/
|
||||
virtual void populate_services();
|
||||
|
||||
bool journal_is_stale();
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user