[netperf-dev] netperf2 commit notice r327 - in trunk: doc src
raj at netperf.org
raj at netperf.org
Mon Sep 28 10:43:11 PDT 2009
Author: raj
Date: 2009-09-28 10:43:10 -0700 (Mon, 28 Sep 2009)
New Revision: 327
Modified:
trunk/doc/netperf.texi
trunk/src/netcpu_osx.c
Log:
jose provides lots of fixes
Modified: trunk/doc/netperf.texi
===================================================================
(Binary files differ)
Modified: trunk/src/netcpu_osx.c
===================================================================
--- trunk/src/netcpu_osx.c 2009-09-28 17:38:27 UTC (rev 326)
+++ trunk/src/netcpu_osx.c 2009-09-28 17:43:10 UTC (rev 327)
@@ -44,6 +44,11 @@
here */
#include <mach/message.h>
+/* some of this is to make SnowLeopard happy, we hope it does not
+ anger previous versions */
+#include <mach/mach_host.h>
+/* #include <mach/mach_port.h> */
+
#include "netsh.h"
#include "netlib.h"
More information about the netperf-dev
mailing list