[netperf-dev] netperf2 commit notice r310 - in trunk: . src

raj at netperf.org raj at netperf.org
Thu Sep 3 13:32:13 PDT 2009


Author: raj
Date: 2009-09-03 13:32:12 -0700 (Thu, 03 Sep 2009)
New Revision: 310

Modified:
   trunk/AUTHORS
   trunk/src/nettest_dlpi.c
Log:
DLPI typo

Modified: trunk/AUTHORS
===================================================================
--- trunk/AUTHORS	2009-09-03 20:20:18 UTC (rev 309)
+++ trunk/AUTHORS	2009-09-03 20:32:12 UTC (rev 310)
@@ -237,4 +237,7 @@
 Fixes to supply some missing fprintf format statements.
 
 Jose  Pedro Oliveira
-Linux compilation fixes when SCTP and DCCP are enabled.
\ No newline at end of file
+Linux compilation fixes when SCTP and DCCP are enabled.
+
+Pal Baranyai
+Typo in nettest_dlpi.c
\ No newline at end of file

Modified: trunk/src/nettest_dlpi.c
===================================================================
--- trunk/src/nettest_dlpi.c	2009-09-03 20:20:18 UTC (rev 309)
+++ trunk/src/nettest_dlpi.c	2009-09-03 20:32:12 UTC (rev 310)
@@ -245,7 +245,7 @@
     fprintf(where,
 	    "netperf: send_dlpi_co_stream: window sizes determined...\n");
     fprintf(where,"         send: %d recv: %d\n",lsw_size,lrw_size);
-    ffluch(where);
+    fflush(where);
   }
   
 #else /* DL_HP_SET_LOCAL_WIN_REQ */



More information about the netperf-dev mailing list