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

raj at netperf.org raj at netperf.org
Mon Jul 11 15:01:09 PDT 2011


Author: raj
Date: 2011-07-11 15:01:09 -0700 (Mon, 11 Jul 2011)
New Revision: 423

Modified:
   trunk/src/nettest_omni.c
Log:
remove bare struct tcp_info from code that wont have included the correct include file. that noone has noticed this yet suggests that only folks using linux have been compiling the top-of-trunk for quite some time now

Modified: trunk/src/nettest_omni.c
===================================================================
--- trunk/src/nettest_omni.c	2011-07-11 21:58:41 UTC (rev 422)
+++ trunk/src/nettest_omni.c	2011-07-11 22:01:09 UTC (rev 423)
@@ -4560,7 +4560,6 @@
   netperf_socklen_t sock_opt_len;
   int option;
   sock_opt_len = sizeof(netperf_socklen_t);
-  struct tcp_info tcp_info;
 
   switch (protocol) {
 #if defined(IPPROTO_TCP) && defined(TCP_MAXSEG)



More information about the netperf-dev mailing list