* trans/mtab.c (main): Use ports_manage_port_operations_multithread. --- trans/mtab.c | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-)
diff --git a/trans/mtab.c b/trans/mtab.c index 5a5a07d..adfb345 100644 --- a/trans/mtab.c +++ b/trans/mtab.c @@ -235,9 +235,13 @@ main (int argc, char *argv[]) error (4, err, "trivfs_startup"); /* Launch. */ - ports_manage_port_operations_one_thread (control->pi.bucket, - trivfs_demuxer, - 0); + ports_manage_port_operations_multithread (control->pi.bucket, + trivfs_demuxer, + /* idle thread timeout */ + 30 * 1000, + /* idle server timeout */ + 0, + NULL); } else { -- 1.8.5.2