diff options
Diffstat (limited to 'rpc/rpc-lib/src/rpc-clnt.h')
| -rw-r--r-- | rpc/rpc-lib/src/rpc-clnt.h | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/rpc/rpc-lib/src/rpc-clnt.h b/rpc/rpc-lib/src/rpc-clnt.h index 952ecbce1a1..428ffb80650 100644 --- a/rpc/rpc-lib/src/rpc-clnt.h +++ b/rpc/rpc-lib/src/rpc-clnt.h @@ -143,8 +143,8 @@ struct rpc_clnt_connection {          gf_boolean_t             disconnected;          struct saved_frames     *saved_frames;          int32_t                  frame_timeout; -	struct timeval           last_sent; -	struct timeval           last_received; +	struct timespec          last_sent; +	struct timespec          last_received;  	int32_t                  ping_started;          char                    *name;  	int32_t                  ping_timeout;  | 
