summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>2002-02-02 22:09:42 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>2002-02-02 22:09:42 +0000
commit00929ecb43abdf1eb29d0e70e55af9f639acae54 (patch)
treec7e9a06ba434bed700f96a996c780e901149dc38
parented44475b4a988a8d2d2a50553f245381e8c793e0 (diff)
downloadATCD-00929ecb43abdf1eb29d0e70e55af9f639acae54.tar.gz
ChangeLogTag:Sat Feb 2 07:45:51 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
-rw-r--r--ChangeLog11
-rw-r--r--ChangeLogs/ChangeLog-02a11
-rw-r--r--ChangeLogs/ChangeLog-03a11
-rw-r--r--ace/config-irix6.x-common.h4
-rw-r--r--tests/Makefile1
-rw-r--r--tests/Makefile.bor1
-rw-r--r--tests/run_test.lst1
7 files changed, 40 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index cef54a4f24f..253d65342ea 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,16 @@
Sat Feb 2 07:45:51 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+ * tests/run_test.lst:
+ * tests/Makefile.bor:
+ * tests/Makefile: Added the TP_Reactor_Test.
+
+ * tests/TP_Reactor_Test.cpp: Added another test of the ACE_TP_Reactor.
+ Thanks to Alex Libman for contributing this.
+
+ * ace/config-irix6.x-common.h: IRIX 6.5 supports AIO, so we'll
+ enable these features. Thanks to Alex Libman for validating
+ this.
+
* ace/Select_Reactor_T.cpp: Fixed work_pending() so that it takes
into account pending timers that need to be expired. Thanks to
Russ Noseworthy for reporting this.
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index cef54a4f24f..253d65342ea 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,5 +1,16 @@
Sat Feb 2 07:45:51 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+ * tests/run_test.lst:
+ * tests/Makefile.bor:
+ * tests/Makefile: Added the TP_Reactor_Test.
+
+ * tests/TP_Reactor_Test.cpp: Added another test of the ACE_TP_Reactor.
+ Thanks to Alex Libman for contributing this.
+
+ * ace/config-irix6.x-common.h: IRIX 6.5 supports AIO, so we'll
+ enable these features. Thanks to Alex Libman for validating
+ this.
+
* ace/Select_Reactor_T.cpp: Fixed work_pending() so that it takes
into account pending timers that need to be expired. Thanks to
Russ Noseworthy for reporting this.
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index cef54a4f24f..253d65342ea 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,5 +1,16 @@
Sat Feb 2 07:45:51 2002 Douglas C. Schmidt <schmidt@tango.doc.wustl.edu>
+ * tests/run_test.lst:
+ * tests/Makefile.bor:
+ * tests/Makefile: Added the TP_Reactor_Test.
+
+ * tests/TP_Reactor_Test.cpp: Added another test of the ACE_TP_Reactor.
+ Thanks to Alex Libman for contributing this.
+
+ * ace/config-irix6.x-common.h: IRIX 6.5 supports AIO, so we'll
+ enable these features. Thanks to Alex Libman for validating
+ this.
+
* ace/Select_Reactor_T.cpp: Fixed work_pending() so that it takes
into account pending timers that need to be expired. Thanks to
Russ Noseworthy for reporting this.
diff --git a/ace/config-irix6.x-common.h b/ace/config-irix6.x-common.h
index aa4e58d496f..e1273d4f943 100644
--- a/ace/config-irix6.x-common.h
+++ b/ace/config-irix6.x-common.h
@@ -166,4 +166,8 @@
// Enables use of POSIX termios struct
#define ACE_USES_NEW_TERMIOS
+// IRIX 6.5 supports AIO
+#define ACE_HAS_AIO_CALLS
+#define ACE_POSIX_AIOCB_PROACTOR
+
#endif /* ACE_CONFIG_IRIX6X_COMMON_H */
diff --git a/tests/Makefile b/tests/Makefile
index b9ac6110b76..ad25582bd12 100644
--- a/tests/Makefile
+++ b/tests/Makefile
@@ -102,6 +102,7 @@ BIN = Aio_Platform_Test \
Time_Service_Test \
Time_Value_Test \
Timer_Queue_Test \
+ TP_Reactor_Test \
TSS_Test \
Vector_Test \
UPIPE_SAP_Test \
diff --git a/tests/Makefile.bor b/tests/Makefile.bor
index 44e947aa516..aef858bad94 100644
--- a/tests/Makefile.bor
+++ b/tests/Makefile.bor
@@ -106,6 +106,7 @@ NAMES = \
Timer_Queue_Test \
TkReactor_Test \
Tokens_Test \
+ TP_Reactor_Test \
TSS_Test \
Vector_Test \
Upgradable_RW_Test \
diff --git a/tests/run_test.lst b/tests/run_test.lst
index a7276f7065e..d5948797888 100644
--- a/tests/run_test.lst
+++ b/tests/run_test.lst
@@ -113,6 +113,7 @@ Timeprobe_Test
Time_Service_Test: ALL !STATIC !DISABLED !missing_netsvcs TOKEN !chorus !Unicos
Time_Value_Test
Tokens_Test: ALL MSVC !DISABLED TOKEN !chorus !Unicos
+TP_Reactor_Test
TSS_Test
Vector_Test
UPIPE_SAP_Test: !VxWorks