MXS-406: added set_donor_nodes in GALERA_MONITOR struct

Missing set_donor_nodes field added to GALERA_MONITOR struct
This commit is contained in:
MassimilianoPinto
2017-01-16 22:41:49 +01:00
parent 3c532430f9
commit af045f182b

View File

@ -62,6 +62,8 @@ typedef struct
* have a wsrep_local_index of 0 */
bool use_priority; /*< Use server priorities */
uint64_t events; /*< enabled events */
bool set_donor_nodes; /**< set the wrep_sst_donor variable with an
* ordered list of nodes */
} GALERA_MONITOR;
MXS_END_DECLS