diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-03-19 16:15:51 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-03-19 16:15:51 +0000 |
commit | bc9f5db2d23a3cc18dc5b52cbc6ef1fa09d6e8e4 (patch) | |
tree | 901aba15735f5c7a7a517d6fec1b684d1ca92ba4 /libnetfs | |
parent | 01fa90c23c9be39be71d1dfcacc8d381f86ab4bf (diff) |
entered into RCS
Diffstat (limited to 'libnetfs')
-rw-r--r-- | libnetfs/init-init.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libnetfs/init-init.c b/libnetfs/init-init.c index 2ad25be8..36983790 100644 --- a/libnetfs/init-init.c +++ b/libnetfs/init-init.c @@ -23,6 +23,12 @@ spin_lock_t netfs_node_refcnt_lock = SPIN_LOCK_INITIALIZER; +struct node *netfs_root_node = 0; +struct port_bucket *netfs_port_bucket = 0; +struct port_class *netfs_protid_class = 0; +struct port_class *netfs_control_class = 0; +auth_t netfs_auth_server_port = 0; + void netfs_init () { |