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

raj at netperf.org raj at netperf.org
Mon Sep 28 10:38:28 PDT 2009


Author: raj
Date: 2009-09-28 10:38:27 -0700 (Mon, 28 Sep 2009)
New Revision: 326

Modified:
   trunk/src/nettest_sctp.c
   trunk/src/nettest_sctp.h
Log:
prototypes for sctp from jose 2

Modified: trunk/src/nettest_sctp.c
===================================================================
--- trunk/src/nettest_sctp.c	2009-09-28 17:36:33 UTC (rev 325)
+++ trunk/src/nettest_sctp.c	2009-09-28 17:38:27 UTC (rev 326)
@@ -4664,7 +4664,7 @@
 }
 
 void
-scan_sctp_args( int	argc, char *argv[] )
+scan_sctp_args( int argc, char *argv[] )
 {
 
 #define SOCKETS_ARGS "BDhH:I:L:m:M:P:r:s:S:VN:T:46"

Modified: trunk/src/nettest_sctp.h
===================================================================
--- trunk/src/nettest_sctp.h	2009-09-28 17:36:33 UTC (rev 325)
+++ trunk/src/nettest_sctp.h	2009-09-28 17:38:27 UTC (rev 326)
@@ -118,6 +118,8 @@
     SCTP_CLOSE,
 } sctp_disposition_t;
 
+extern void scan_sctp_args( int argc, char *argv[] );
+
 extern void send_sctp_stream( char remote_host[] );
 extern void send_sctp_stream_1toMany( char remote_host[] );
 extern void send_sctp_rr( char remote_host[] );



More information about the netperf-dev mailing list