aboutsummaryrefslogtreecommitdiff
path: root/sys/nfsclient/nfsmount.h
diff options
context:
space:
mode:
authorAlfred Perlstein <alfred@FreeBSD.org>2003-11-22 02:21:49 +0000
committerAlfred Perlstein <alfred@FreeBSD.org>2003-11-22 02:21:49 +0000
commit90abe7f2944348f95539700ab6f67d72a6ff3bb0 (patch)
treed25562b1277a5d3728ec70c624f0765ad7489560 /sys/nfsclient/nfsmount.h
parent1647bdb853e937f3f8c655ca1c37f040c9b41e15 (diff)
downloadsrc-90abe7f2944348f95539700ab6f67d72a6ff3bb0.tar.gz
src-90abe7f2944348f95539700ab6f67d72a6ff3bb0.zip
Use function pointers to remove the depenancy cross dependancy on nfs4
and the nfs3 client. Also fix some bugs that happen to be causing crashes in both v3 and v4 introduced by the v4 import. Submitted by: Jim Rees <rees@umich.edu> Approved by: re
Notes
Notes: svn path=/head/; revision=122953
Diffstat (limited to 'sys/nfsclient/nfsmount.h')
-rw-r--r--sys/nfsclient/nfsmount.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/nfsclient/nfsmount.h b/sys/nfsclient/nfsmount.h
index 485885a257fb..48c2dbad8229 100644
--- a/sys/nfsclient/nfsmount.h
+++ b/sys/nfsclient/nfsmount.h
@@ -80,6 +80,7 @@ struct nfsmount {
short nm_bufqwant; /* process wants to add to the queue */
int nm_bufqiods; /* number of iods processing queue */
u_int64_t nm_maxfilesize; /* maximum file size */
+ struct nfs_rpcops *nm_rpcops;
/* NFSv4 */
uint64_t nm_clientid;