From 112048652ab00d9650053396c1b28a49d1853783 Mon Sep 17 00:00:00 2001 From: Ashish Pandey Date: Wed, 25 Apr 2018 16:48:56 +0530 Subject: protocol/server : unwind as per op version Change-Id: Id6717640ac14881b490e512c4682e45ffffa7f5b fixes: bz#1570538 BUG: 1570538 Signed-off-by: Ashish Pandey --- libglusterfs/src/client_t.h | 1 + 1 file changed, 1 insertion(+) (limited to 'libglusterfs/src/client_t.h') diff --git a/libglusterfs/src/client_t.h b/libglusterfs/src/client_t.h index dff812b0602..66db3e86499 100644 --- a/libglusterfs/src/client_t.h +++ b/libglusterfs/src/client_t.h @@ -46,6 +46,7 @@ typedef struct _client { char *subdir_mount; inode_t *subdir_inode; uuid_t subdir_gfid; + int32_t opversion; } client_t; #define GF_CLIENTCTX_INITIAL_SIZE 8 -- cgit