diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-17 18:35:14 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-17 18:35:14 +0000 |
commit | a618e283c3ccc837ed7c2aac5ee5c3d7a92160c9 (patch) | |
tree | aa0f6e568389f4259ae20ae0f8b5b8106f36f0f5 /ufs/pager.c | |
parent | 43b9a9d76b1098b53f3b28a4bfa50eb8993d265b (diff) |
(thread_function): Don't have any global timeout here; we don't use it
anyhow.
Diffstat (limited to 'ufs/pager.c')
-rw-r--r-- | ufs/pager.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ufs/pager.c b/ufs/pager.c index de5e1d18..52e77f05 100644 --- a/ufs/pager.c +++ b/ufs/pager.c @@ -380,10 +380,8 @@ static void thread_function (any_t foo __attribute__ ((unused))) { for (;;) - ports_manage_port_operations_multithread (pager_bucket, - pager_demuxer, - 1000 * 60 * 2, - 1000 * 60 * 10, + ports_manage_port_operations_multithread (pager_bucket, pager_demuxer, + 1000 * 60 * 2, 0, 1, MACH_PORT_NULL); } |