diff options
Diffstat (limited to 'xlators/protocol/server/src/server.h')
-rw-r--r-- | xlators/protocol/server/src/server.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xlators/protocol/server/src/server.h b/xlators/protocol/server/src/server.h index e7eccfd115e..1da574934b8 100644 --- a/xlators/protocol/server/src/server.h +++ b/xlators/protocol/server/src/server.h @@ -53,7 +53,7 @@ struct _lock_table { struct _server_connection { struct list_head list; char *id; - int ref; + uint64_t ref; int bind_ref; pthread_mutex_t lock; fdtable_t *fdtable; @@ -62,6 +62,7 @@ struct _server_connection { xlator_t *bound_xl; xlator_t *this; uint32_t lk_version; + uint64_t rsp_failure_fops[GF_FOP_MAXVALUE]; }; typedef struct _server_connection server_connection_t; |