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

raj at netperf.org raj at netperf.org
Wed Jan 30 18:15:20 PST 2008


Author: raj
Date: 2008-01-30 18:15:19 -0800 (Wed, 30 Jan 2008)
New Revision: 194

Modified:
   trunk/src/nettest_omni.c
Log:
allow NETPERF_MAX_BLOCKS to be 4

Modified: trunk/src/nettest_omni.c
===================================================================
--- trunk/src/nettest_omni.c	2008-01-31 00:57:05 UTC (rev 193)
+++ trunk/src/nettest_omni.c	2008-01-31 02:15:19 UTC (rev 194)
@@ -437,7 +437,7 @@
    NETPERF_MAX_BLOCKS of output (groups of lines) each out to
    NETPERF_OUTPUT_MAX entries. that should more than cover it */
 
-#define NETPERF_MAX_BLOCKS 3
+#define NETPERF_MAX_BLOCKS 4
 enum netperf_output_name output_human_list[NETPERF_MAX_BLOCKS][NETPERF_OUTPUT_MAX];
 
 char *direction_to_str(int direction) {



More information about the netperf-dev mailing list