summaryrefslogtreecommitdiff
path: root/performance-tests
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-16 12:37:24 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-07-16 12:37:24 +0000
commit4c3eaeb873dcd8a0111a6dff006ab372b4011865 (patch)
tree2e14fa02fdc9686983237b88f2cf435c00fae3b1 /performance-tests
parent49efc0b4cc0356d711547393e7c080f5e47f53b5 (diff)
downloadATCD-4c3eaeb873dcd8a0111a6dff006ab372b4011865.tar.gz
ChangeLogTag:Wed Jul 16 12:15:34 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'performance-tests')
-rw-r--r--performance-tests/SCTP/Options_Manager.cpp1
-rw-r--r--performance-tests/SCTP/SOCK_SEQPACK_clt.cpp1
-rw-r--r--performance-tests/SCTP/SOCK_SEQPACK_srv.cpp1
-rw-r--r--performance-tests/SCTP/SOCK_STREAM_clt.cpp1
-rw-r--r--performance-tests/SCTP/SOCK_STREAM_srv.cpp1
5 files changed, 5 insertions, 0 deletions
diff --git a/performance-tests/SCTP/Options_Manager.cpp b/performance-tests/SCTP/Options_Manager.cpp
index 7614e885ee3..4e5db1aa628 100644
--- a/performance-tests/SCTP/Options_Manager.cpp
+++ b/performance-tests/SCTP/Options_Manager.cpp
@@ -23,6 +23,7 @@ extern "C" {
#endif
#include "Options_Manager.h"
+#include "ace/streams.h"
// Set default values
ACE_CDR::ULong Options_Manager::test_iterations=1000000;
diff --git a/performance-tests/SCTP/SOCK_SEQPACK_clt.cpp b/performance-tests/SCTP/SOCK_SEQPACK_clt.cpp
index 8656c767f7c..85fed378f30 100644
--- a/performance-tests/SCTP/SOCK_SEQPACK_clt.cpp
+++ b/performance-tests/SCTP/SOCK_SEQPACK_clt.cpp
@@ -6,6 +6,7 @@
#include "ace/Log_Msg.h"
#include "ace/CDR_Stream.h"
#include "ace/High_Res_Timer.h"
+#include "ace/streams.h"
// make sure that the code compiles cleanly even if SCTP is not
// available. If SCTP is not installed, program will exit early in
diff --git a/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp b/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp
index 32223a7bbe1..bac2f2d98d6 100644
--- a/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp
+++ b/performance-tests/SCTP/SOCK_SEQPACK_srv.cpp
@@ -7,6 +7,7 @@
#include "ace/Thread_Manager.h"
#include "ace/Handle_Set.h"
#include "ace/CDR_Stream.h"
+#include "ace/streams.h"
// make sure that the code compiles cleanly even if SCTP is not
// available. If SCTP is not installed, program will exit early in
diff --git a/performance-tests/SCTP/SOCK_STREAM_clt.cpp b/performance-tests/SCTP/SOCK_STREAM_clt.cpp
index 868684a3447..4a7dd39bf86 100644
--- a/performance-tests/SCTP/SOCK_STREAM_clt.cpp
+++ b/performance-tests/SCTP/SOCK_STREAM_clt.cpp
@@ -6,6 +6,7 @@
#include "ace/Log_Msg.h"
#include "ace/CDR_Stream.h"
#include "ace/High_Res_Timer.h"
+#include "ace/streams.h"
// make sure that the code compiles cleanly even if SCTP is not
// available. If SCTP is not installed, program will exit early in
diff --git a/performance-tests/SCTP/SOCK_STREAM_srv.cpp b/performance-tests/SCTP/SOCK_STREAM_srv.cpp
index b2bce855de3..94d3d8b5dde 100644
--- a/performance-tests/SCTP/SOCK_STREAM_srv.cpp
+++ b/performance-tests/SCTP/SOCK_STREAM_srv.cpp
@@ -7,6 +7,7 @@
#include "ace/Thread_Manager.h"
#include "ace/Handle_Set.h"
#include "ace/CDR_Stream.h"
+#include "ace/streams.h"
// make sure that the code compiles cleanly even if SCTP is not
// available. If SCTP is not installed, program will exit early in