From f0bef0ae114a10d778bc367019d509e4df03f0bd Mon Sep 17 00:00:00 2001 From: Thomas Bushnell Date: Wed, 20 Aug 1997 18:20:53 +0000 Subject: Wed Aug 20 14:05:52 1997 Thomas Bushnell, n/BSG * main.c (main): New args for ports_manage_port_operations_multithread. --- pfinet/ChangeLog | 11 +++++++++++ pfinet/main.c | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/pfinet/ChangeLog b/pfinet/ChangeLog index b5f15b5a..aeaffb7d 100644 --- a/pfinet/ChangeLog +++ b/pfinet/ChangeLog @@ -1,3 +1,14 @@ +Wed Aug 20 14:05:52 1997 Thomas Bushnell, n/BSG + + * main.c (main): New args for + ports_manage_port_operations_multithread. + +Fri Aug 8 11:47:08 1997 Thomas Bushnell, n/BSG + + * linux-inet/tcp.c (tcp_check): Move to end of file so it isn't + inlined and can be profiled easily. + * linux-inet/udp.c (udp_check): Likewise. + Mon Jul 21 14:58:13 1997 Thomas Bushnell, n/BSG * Makefile (HURDLIBS): Add iohelp. diff --git a/pfinet/main.c b/pfinet/main.c index 661a09c9..eeb3d3ef 100644 --- a/pfinet/main.c +++ b/pfinet/main.c @@ -229,7 +229,7 @@ main (int argc, /* Launch */ ports_manage_port_operations_multithread (pfinet_bucket, pfinet_demuxer, - 0, 0, 1, 0); + 0, 0, 0); return 0; } -- cgit v1.2.3