Skip to content

Commit

Permalink
rpc->timeout does not need to be 64 bit
Browse files Browse the repository at this point in the history
Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
  • Loading branch information
sahlberg committed Jul 8, 2017
1 parent dc9669a commit 419e196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/libnfs-private.h
Expand Up @@ -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 ? */
Expand Down

0 comments on commit 419e196

Please sign in to comment.