MXS-1775 Introduce MonitorInstance::configure() function
The configuring of the monitor instance is now performed in a separate function. That is in preparation for the moving of the start function to maxscale::MonitorInstance.
This commit is contained in:
@ -81,6 +81,8 @@ private:
|
||||
GaleraMonitor(MXS_MONITOR* monitor);
|
||||
~GaleraMonitor();
|
||||
|
||||
void configure(const MXS_CONFIG_PARAMETER* param);
|
||||
|
||||
bool detect_cluster_size(const int n_nodes,
|
||||
const char *candidate_uuid,
|
||||
const int candidate_size);
|
||||
|
||||
Reference in New Issue
Block a user