pending_status added to MONITOR_SERVERS

pending_status added to MONITOR_SERVERS
This commit is contained in:
MassimilianoPinto 2014-06-27 14:04:02 +02:00
parent 380f5b6bf3
commit 875b464c22

View File

@ -45,6 +45,7 @@ typedef struct monitor_servers {
MYSQL *con; /**< The MySQL connection */
int mon_err_count;
unsigned int mon_prev_status;
unsigned int pending_status; /**< Pending Status flag bitmap */
struct monitor_servers
*next; /**< The next server in the list */
} MONITOR_SERVERS;