From caab3934ab17cdd56e82e09d47eedeaf563f5a81 Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 14 Jun 2012 23:27:02 +0000 Subject: Improve NFS retry logic git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4845 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/fs/nfs/rpc.h | 1 + 1 file changed, 1 insertion(+) (limited to 'nuttx/fs/nfs/rpc.h') diff --git a/nuttx/fs/nfs/rpc.h b/nuttx/fs/nfs/rpc.h index 653802b10..6c3415c81 100644 --- a/nuttx/fs/nfs/rpc.h +++ b/nuttx/fs/nfs/rpc.h @@ -512,6 +512,7 @@ struct rpcclnt uint8_t rc_clntflags; /* For RPCCLNT_* flags */ uint8_t rc_sotype; /* Type of socket */ + uint8_t rc_retry; /* Max retries */ /* These describe the current RPC call */ -- cgit v1.2.3