Fix for bug #714

Fix for bug #714
This commit is contained in:
MassimilianoPinto
2015-02-06 11:26:48 +01:00
parent 88db0aac90
commit 98cbc34c6c
3 changed files with 20 additions and 1 deletions

View File

@ -264,6 +264,7 @@ typedef struct dcb {
unsigned int high_water; /**< High water mark */
unsigned int low_water; /**< Low water mark */
struct server *server; /**< The associated backend server */
#if defined(SS_DEBUG)
int dcb_port; /**< port of target server */
skygw_chk_t dcb_chk_tail;