Deleted Added
full compact
33c33
< * $FreeBSD: head/sys/nfsclient/nfsmount.h 131691 2004-07-06 09:12:03Z alfred $
---
> * $FreeBSD: head/sys/nfsclient/nfsmount.h 138496 2004-12-06 21:11:15Z ps $
38a39,46
> struct nfs_tcp_mountstate {
> int rpcresid;
> #define NFS_TCP_EXPECT_RPCMARKER 0x0001 /* Expect to see a RPC/TCP marker next */
> #define NFS_TCP_FORCE_RECONNECT 0x0002 /* Force a TCP reconnect */
> int flags;
> struct mtx mtx;
> };
>
81a90
> struct nfs_tcp_mountstate nm_nfstcpstate;