diff options
Diffstat (limited to 'libnetfs/netfs.h')
-rw-r--r-- | libnetfs/netfs.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/libnetfs/netfs.h b/libnetfs/netfs.h index 0379ce91..9becea59 100644 --- a/libnetfs/netfs.h +++ b/libnetfs/netfs.h @@ -93,6 +93,14 @@ struct node struct dirmod *dirmod_reqs; }; +/* The user must define this variable. Set this to the name of the + filesystem server. */ +extern char *netfs_server_name; + +/* The user must define this variables. Set this to be the server + version number. */ +extern char *netfs_server_version; + /* The user must define this function. Make sure that NP->nn_stat is filled with the most current information. CRED identifies the user responsible for the operation. NP is locked. */ |