From 46f3a3a0f9f95a9bb56c6feff8446d273f484b18 Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 20 Aug 1997 18:22:46 +0000 Subject: Wed Aug 20 14:07:05 1997 Thomas Bushnell, n/BSG * pager.c (service_paging_requests): New args for ports_manage_port_operations_multithread. * storeio.c (main): Likewise. --- storeio/pager.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'storeio/pager.c') diff --git a/storeio/pager.c b/storeio/pager.c index 8cafa176..e586fd68 100644 --- a/storeio/pager.c +++ b/storeio/pager.c @@ -140,8 +140,7 @@ service_paging_requests (any_t arg) for (;;) ports_manage_port_operations_multithread (pager_port_bucket, pager_demuxer, - 1000 * 30, 1000 * 60 * 5, - 1, MACH_PORT_NULL); + 1000 * 30, 1000 * 60 * 5, 0); } /* Initialize paging for this device. */ -- cgit v1.2.3