From 419e196979656473c805e23c4c70770f98914c58 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Sat, 8 Jul 2017 16:46:24 +1000 Subject: [PATCH] rpc->timeout does not need to be 64 bit Signed-off-by: Ronnie Sahlberg --- include/libnfs-private.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/libnfs-private.h b/include/libnfs-private.h index b769677..c2b8f73 100644 --- a/include/libnfs-private.h +++ b/include/libnfs-private.h @@ -149,7 +149,7 @@ struct rpc_context { uint32_t pagecache; uint32_t pagecache_ttl; int debug; - uint64_t timeout; + int timeout; char ifname[IFNAMSIZ]; /* Is a server context ? */