diff --git a/server/modules/monitor/mysqlmon.h b/server/modules/monitor/mysqlmon.h index ebb36a9bf..0e06db6e4 100644 --- a/server/modules/monitor/mysqlmon.h +++ b/server/modules/monitor/mysqlmon.h @@ -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;