summaryrefslogtreecommitdiff
path: root/nfs/nfs.h
diff options
context:
space:
mode:
authorMichael I. Bushnell <mib@gnu.org>1996-06-13 13:26:31 +0000
committerMichael I. Bushnell <mib@gnu.org>1996-06-13 13:26:31 +0000
commited730f677ef393ee00205e99723102c91943ca39 (patch)
tree58ef389e5d8f2075015008e75b99b6645ca9fcef /nfs/nfs.h
parent5a60a172ef55b94d26e94b3f874d2f534b6f1b87 (diff)
(struct netnode): Add member `fileinfo'.
Diffstat (limited to 'nfs/nfs.h')
-rw-r--r--nfs/nfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nfs/nfs.h b/nfs/nfs.h
index 2c5e567b..d9d01121 100644
--- a/nfs/nfs.h
+++ b/nfs/nfs.h
@@ -57,6 +57,8 @@ struct netnode
off_t extend_len;
#endif
+ struct user_pager_info *fileinfo;
+
/* If this node has been renamed by "deletion" then
this is the directory and name in that directory which
is holding the node */