From ef96f4b5edb55a17dbd9f970f1ad42dbc0f57615 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 20 Aug 1997 18:21:54 +0000 Subject: Wed Aug 20 14:06:11 1997 Thomas Bushnell, n/BSG * pflocal.c (main): New args for ports_manage_port_operations_multithread. * sserver.c (handle_sock_requests): Likewise. --- pflocal/sserver.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'pflocal/sserver.c') diff --git a/pflocal/sserver.c b/pflocal/sserver.c index af0f0c1e..7e00b323 100644 --- a/pflocal/sserver.c +++ b/pflocal/sserver.c @@ -1,6 +1,6 @@ /* Server for socket ops - Copyright (C) 1995 Free Software Foundation, Inc. + Copyright (C) 1995, 1997 Free Software Foundation, Inc. Written by Miles Bader @@ -52,8 +52,7 @@ handle_sock_requests () { ports_enable_bucket (sock_port_bucket); ports_manage_port_operations_multithread (sock_port_bucket, sock_demuxer, - 30*1000, 2*60*1000, - 1, MACH_PORT_NULL); + 30*1000, 2*60*1000, 0); } /* The last service thread is about to exist; make this known. */ -- cgit v1.2.3