From bc9f5db2d23a3cc18dc5b52cbc6ef1fa09d6e8e4 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 19 Mar 1996 16:15:51 +0000 Subject: entered into RCS --- libnetfs/init-init.c | 6 ++++++ 1 file changed, 6 insertions(+) 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 () { -- cgit v1.2.3