diff options
Diffstat (limited to 'trans/fifo.c')
-rw-r--r-- | trans/fifo.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/trans/fifo.c b/trans/fifo.c index 6ef40e62..dd4776f7 100644 --- a/trans/fifo.c +++ b/trans/fifo.c @@ -101,8 +101,9 @@ main (int argc, char **argv) do { ports_enable_class (fsys->protid_class); - ports_manage_port_operations_multithread (fsys->pi.bucket, trivfs_demuxer, - 30*1000, 5*60*1000, 0, 0); + ports_manage_port_operations_multithread (fsys->pi.bucket, + trivfs_demuxer, + 30*1000, 5*60*1000, 0); } while (ports_count_class (fsys->protid_class) > 0); |