From 11245b0e84fd08142edca6bf2983c9906341acf8 Mon Sep 17 00:00:00 2001 From: "Michael I. Bushnell" Date: Tue, 30 Jan 1996 17:15:38 +0000 Subject: Formerly init-loop.c.~2~ --- libnetfs/init-loop.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'libnetfs/init-loop.c') diff --git a/libnetfs/init-loop.c b/libnetfs/init-loop.c index bab4597c..20a18d8a 100644 --- a/libnetfs/init-loop.c +++ b/libnetfs/init-loop.c @@ -23,7 +23,6 @@ static int thread_timeout = 1000 * 60 * 2; /* two minutes */ static int server_timeout = 1000 * 60 * 10; /* ten minutes */ - static any_t master_thread_function (any_t foo __attribute__ ((unused))) { @@ -31,12 +30,12 @@ master_thread_function (any_t foo __attribute__ ((unused))) do { - ports_manage_port_operations_multithread (diskfs_port_bucket, - diskfs_demuxer, + ports_manage_port_operations_multithread (netfs_port_bucket, + netfs_demuxer, thread_timeout, server_timeout, 1, MACH_PORT_NULL); - err = diskfs_shutdown (0); + err = netfs_shutdown (0); } while (err); -- cgit v1.2.3