diff options
author | Ashish Pandey <aspandey@redhat.com> | 2018-04-25 16:48:56 +0530 |
---|---|---|
committer | Xavi Hernandez <xhernandez@redhat.com> | 2018-05-03 07:16:21 +0000 |
commit | 112048652ab00d9650053396c1b28a49d1853783 (patch) | |
tree | 057218aa883d970a5a30bd3e74a523a0c6444f61 /libglusterfs | |
parent | 11b747bcec316aad77c68451346e092f33b2f218 (diff) |
protocol/server : unwind as per op version
Change-Id: Id6717640ac14881b490e512c4682e45ffffa7f5b
fixes: bz#1570538
BUG: 1570538
Signed-off-by: Ashish Pandey <aspandey@redhat.com>
Diffstat (limited to 'libglusterfs')
-rw-r--r-- | libglusterfs/src/client_t.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |