diff options
author | Michael I. Bushnell <mib@gnu.org> | 1996-01-30 17:15:38 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1996-01-30 17:15:38 +0000 |
commit | 11245b0e84fd08142edca6bf2983c9906341acf8 (patch) | |
tree | 67eed1ef75e850ef35cbac6271423ecbad6e9c5d /libnetfs/init-loop.c | |
parent | a5fc68a0db140bc2c574d0b5352d699174ead37c (diff) |
Formerly init-loop.c.~2~
Diffstat (limited to 'libnetfs/init-loop.c')
-rw-r--r-- | libnetfs/init-loop.c | 7 |
1 files changed, 3 insertions, 4 deletions
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); |