aboutsummaryrefslogtreecommitdiff
path: root/storeio/pager.c
diff options
context:
space:
mode:
authorThomas Bushnell <thomas@gnu.org>1997-08-20 18:22:46 +0000
committerThomas Bushnell <thomas@gnu.org>1997-08-20 18:22:46 +0000
commit46f3a3a0f9f95a9bb56c6feff8446d273f484b18 (patch)
tree70745f6002265b1b8ae26e2300e0e9d39f08e861 /storeio/pager.c
parent572e62a5700c9da408ee696d1d1eb8cc05a2cc6a (diff)
downloadhurd-46f3a3a0f9f95a9bb56c6feff8446d273f484b18.tar.gz
hurd-46f3a3a0f9f95a9bb56c6feff8446d273f484b18.tar.bz2
hurd-46f3a3a0f9f95a9bb56c6feff8446d273f484b18.zip
Wed Aug 20 14:07:05 1997 Thomas Bushnell, n/BSG <thomas@gnu.ai.mit.edu>
* pager.c (service_paging_requests): New args for ports_manage_port_operations_multithread. * storeio.c (main): Likewise.
Diffstat (limited to 'storeio/pager.c')
-rw-r--r--storeio/pager.c3
1 files changed, 1 insertions, 2 deletions
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. */