diff options
author | Michael I. Bushnell <mib@gnu.org> | 1995-07-21 15:45:16 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1995-07-21 15:45:16 +0000 |
commit | d97f8d12291f6066a8f7878ce2836b2787aa82bd (patch) | |
tree | f6528d8f28e9243ce6d4306a4f741c01a82f94ff /libports | |
parent | bcaf941c7d6abd7ee4b582062f5610365bf2d9e2 (diff) |
(ports_manage_port_operations_multithread): For now, wire
GLOBAL_TIMEOUT and THREAD_TIMEOUT to zero.
Diffstat (limited to 'libports')
-rw-r--r-- | libports/manage-multithread.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libports/manage-multithread.c b/libports/manage-multithread.c index 980fb4fa..8e682626 100644 --- a/libports/manage-multithread.c +++ b/libports/manage-multithread.c @@ -117,6 +117,8 @@ ports_manage_port_operations_multithread (struct port_bucket *bucket, } return 0; } + + global_timeout = thread_timeout = 0; /* XXX */ nreqthreads = 1; totalthreads = 1; |