commit | 3b948ae5be5e22532584113e2e02029519bbad8f | [log] [tgz] |
---|---|---|
author | Trond Myklebust <Trond.Myklebust@netapp.com> | Mon Nov 05 17:42:39 2007 -0500 |
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | Wed Jan 30 02:05:25 2008 -0500 |
tree | 3bfa346bfbc9808c164d3d36af29a2090a5a0628 | |
parent | 67a391d72ca7efb387c30ec761a487e50a3ff085 [diff] |
SUNRPC: Allow the client to detect if the TCP connection is closed 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>