summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-10 01:48:04 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-11-10 01:48:04 +0000
commit94c17f6904db3a5e396579e839f215c9e3c4c425 (patch)
treeceb9792d7dc3db3f79b59d204fbdf790f88fd7d9 /performance-tests
parentbcaf3470c05d33fe1ad3b82eba00fa78630e6d8e (diff)
downloadATCD-94c17f6904db3a5e396579e839f215c9e3c4c425.tar.gz
ChangeLogTag:Mon Nov 10 01:58:00 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/SCTP/Options_Manager.cpp3
-rw-r--r--performance-tests/SCTP/SOCK_SEQPACK_clt.cpp3
-rw-r--r--performance-tests/SCTP/SOCK_SEQPACK_srv.cpp3
-rw-r--r--performance-tests/SCTP/SOCK_STREAM_clt.cpp3
-rw-r--r--performance-tests/SCTP/SOCK_STREAM_srv.cpp3
5 files changed, 15 insertions, 0 deletions
diff --git a/performance-tests/SCTP/Options_Manager.cpp b/performance-tests/SCTP/Options_Manager.cpp
index 5efda2650f4..2d2fc4f8ac9 100644
--- a/performance-tests/SCTP/Options_Manager.cpp
+++ b/performance-tests/SCTP/Options_Manager.cpp
@@ -24,7 +24,10 @@ extern "C" {
#endif
#include "Options_Manager.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
+
#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_arpa_inet.h"
diff --git a/performance-tests/SCTP/SOCK_SEQPACK_clt.cpp b/performance-tests/SCTP/SOCK_SEQPACK_clt.cpp
index 58afaff15d5..140efc1784b 100644
--- a/performance-tests/SCTP/SOCK_SEQPACK_clt.cpp
+++ b/performance-tests/SCTP/SOCK_SEQPACK_clt.cpp
@@ -6,7 +6,10 @@
#include "ace/Log_Msg.h"
#include "ace/CDR_Stream.h"
#include "ace/High_Res_Timer.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
+
#include "ace/os_include/arpa/os_inet.h"
// make sure that the code compiles cleanly even if SCTP is not
diff --git a/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp b/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp
index eb759976456..62b7efcef90 100644
--- a/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp
+++ b/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp
@@ -7,7 +7,10 @@
#include "ace/Thread_Manager.h"
#include "ace/Handle_Set.h"
#include "ace/CDR_Stream.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
+
#include "ace/os_include/arpa/os_inet.h"
#include "ace/OS_NS_sys_select.h"
#include "ace/OS_NS_string.h"
diff --git a/performance-tests/SCTP/SOCK_STREAM_clt.cpp b/performance-tests/SCTP/SOCK_STREAM_clt.cpp
index 780308ee972..55fd85c2c15 100644
--- a/performance-tests/SCTP/SOCK_STREAM_clt.cpp
+++ b/performance-tests/SCTP/SOCK_STREAM_clt.cpp
@@ -6,7 +6,10 @@
#include "ace/Log_Msg.h"
#include "ace/CDR_Stream.h"
#include "ace/High_Res_Timer.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
+
#include "ace/os_include/netinet/os_tcp.h"
#include "ace/os_include/arpa/os_inet.h"
diff --git a/performance-tests/SCTP/SOCK_STREAM_srv.cpp b/performance-tests/SCTP/SOCK_STREAM_srv.cpp
index 71a4896e569..1e04d41807d 100644
--- a/performance-tests/SCTP/SOCK_STREAM_srv.cpp
+++ b/performance-tests/SCTP/SOCK_STREAM_srv.cpp
@@ -7,7 +7,10 @@
#include "ace/Thread_Manager.h"
#include "ace/Handle_Set.h"
#include "ace/CDR_Stream.h"
+
+// FUZZ: disable check_for_streams_include
#include "ace/streams.h"
+
#include "ace/os_include/netinet/os_tcp.h"
#include "ace/os_include/arpa/os_inet.h"
#include "ace/OS_NS_sys_select.h"