[netperf-dev] netperf2 commit notice r238 - trunk/src

raj at netperf.org raj at netperf.org
Wed Feb 27 17:09:28 PST 2008


Author: raj
Date: 2008-02-27 17:09:27 -0800 (Wed, 27 Feb 2008)
New Revision: 238

Modified:
   trunk/src/nettest_omni.c
Log:
convert from char to int because ux 11.31 will pack chars on byte boundaries and I only deal with them on int

Modified: trunk/src/nettest_omni.c
===================================================================
--- trunk/src/nettest_omni.c	2008-02-27 22:36:08 UTC (rev 237)
+++ trunk/src/nettest_omni.c	2008-02-28 01:09:27 UTC (rev 238)
@@ -415,8 +415,8 @@
 
 static int confidence_iteration;
 
-static  char  local_cpu_method;
-static  char  remote_cpu_method;
+static  int local_cpu_method;
+static  int remote_cpu_method;
 
 /* these will control the width of port numbers we try to use in the */
 /* TCP_CRR and/or TCP_TRR tests. raj 3/95 */



More information about the netperf-dev mailing list