SUNRPC: Allow the client to detect if the TCP connection is closed
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 5 Nov 2007 22:42:39 +0000 (17:42 -0500)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 30 Jan 2008 07:05:25 +0000 (02:05 -0500)
Add an xprt->state bit to enable the TCP ->state_change() method to signal
whether or not the TCP connection is in the process of closing down.
This will to be used by the reconnection logic in a separate patch.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>

No differences found