diff options
Diffstat (limited to 'xlators/protocol/client/src/client.h')
| -rw-r--r-- | xlators/protocol/client/src/client.h | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/xlators/protocol/client/src/client.h b/xlators/protocol/client/src/client.h index 38f34d56fe7..55f95257a6d 100644 --- a/xlators/protocol/client/src/client.h +++ b/xlators/protocol/client/src/client.h @@ -104,7 +104,7 @@ typedef struct clnt_conf {          uint16_t               lk_version; /* this variable is used to distinguish                                                client-server transaction while                                                performing lock healing */ -        struct timespec        grace_ts; +        uint32_t               grace_timeout;          gf_timer_t            *grace_timer;          gf_boolean_t           grace_timer_needed; /* The state of this flag will                                                        be used to decide whether  | 
