diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-06-13 13:26:31 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-06-13 13:26:31 +0000 |
commit | ed730f677ef393ee00205e99723102c91943ca39 (patch) | |
tree | 58ef389e5d8f2075015008e75b99b6645ca9fcef /nfs/nfs.h | |
parent | 5a60a172ef55b94d26e94b3f874d2f534b6f1b87 (diff) |
(struct netnode): Add member `fileinfo'.
Diffstat (limited to 'nfs/nfs.h')
-rw-r--r-- | nfs/nfs.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |