From 875b464c2217735f390055a9ac9595ae7f4fc0eb Mon Sep 17 00:00:00 2001 From: MassimilianoPinto Date: Fri, 27 Jun 2014 14:04:02 +0200 Subject: [PATCH] pending_status added to MONITOR_SERVERS pending_status added to MONITOR_SERVERS --- server/modules/monitor/mysqlmon.h | 1 + 1 file changed, 1 insertion(+) 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;