Ignore relay master and external slave state changes

When the relay master or external slave states change, they should be
ignored in the current implementation. When the relay master and slave of
external master events are added, the events can be enabled.
This commit is contained in:
Markus Mäkelä
2017-01-23 10:53:46 +02:00
parent 5cd347ff18
commit 7723641687
2 changed files with 43 additions and 26 deletions

View File

@ -63,9 +63,6 @@ extern bool monitorRemoveParameter(MXS_MONITOR *monitor, const char *key);
extern void monitorSetInterval (MXS_MONITOR *, unsigned long);
extern bool monitorSetNetworkTimeout(MXS_MONITOR *, int, int);
mxs_monitor_event_t mon_get_event_type(MXS_MONITOR_SERVERS* node);
const char* mon_get_event_name(MXS_MONITOR_SERVERS* node);
/**
* @brief Serialize the servers of a monitor to a file
*