summaryrefslogtreecommitdiff
path: root/ACE/tests/tests.mpc
diff options
context:
space:
mode:
authorJustin Wilson <wilsonj@ociweb.com>2015-03-03 12:50:28 -0600
committerAdam Mitz <mitza@ociweb.com>2015-03-03 12:50:28 -0600
commit0d7e78fb7cf414a1dafced813cd38e5336047165 (patch)
tree37ff1a0351c3309c23a6da1c80b9b9ba28546dee /ACE/tests/tests.mpc
parent7daf237b6c24099d39ca95495aca26a10dc31569 (diff)
downloadATCD-0d7e78fb7cf414a1dafced813cd38e5336047165.tar.gz
Fix to resume and register event handlers after returning -1 from
handle_*. Dev_Poll_Reactor on Linux uses epoll with one-shot and suspends handlers when an event is received. New logic attempts to resume handler when -1 is returned. Added test. From OCITAO 2.2a Fri Nov 14 16:47:56 UTC 2014
Diffstat (limited to 'ACE/tests/tests.mpc')
-rw-r--r--ACE/tests/tests.mpc7
1 files changed, 7 insertions, 0 deletions
diff --git a/ACE/tests/tests.mpc b/ACE/tests/tests.mpc
index adb95592aa6..0250deeb75d 100644
--- a/ACE/tests/tests.mpc
+++ b/ACE/tests/tests.mpc
@@ -853,6 +853,13 @@ project(Dev Poll Reactor Test) : acetest {
}
}
+project(Dev Poll Reactor Echo Test) : acetest {
+ exename = Dev_Poll_Reactor_Echo_Test
+ Source_Files {
+ Dev_Poll_Reactor_Echo_Test.cpp
+ }
+}
+
project(Dirent Test) : acetest {
exename = Dirent_Test