summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>2002-05-02 22:54:35 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>2002-05-02 22:54:35 +0000
commit61af4304e7e9c4fa5a14b8070b8e32e00372ac63 (patch)
treedb20f8bd61f1b5304984aa8f191978af7d12b9c6
parent34a2fe7ea0d05de7ca943b959757859b85c1320f (diff)
downloadATCD-61af4304e7e9c4fa5a14b8070b8e32e00372ac63.tar.gz
ChangeLogTag:Thu May 02 15:53:39 2002 Ossama Othman <ossama@uci.edu>
-rw-r--r--ChangeLog6
-rw-r--r--ChangeLogs/ChangeLog-02a6
-rw-r--r--ChangeLogs/ChangeLog-03a6
-rw-r--r--tests/Dev_Poll_Reactor_Test.cpp18
4 files changed, 36 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 94fa21e3f27..25b996b603a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+Thu May 02 15:53:39 2002 Ossama Othman <ossama@uci.edu>
+
+ * tests/Dev_Poll_Reactor_Test.cpp:
+
+ Added some comments that briefly describe the test.
+
Thu May 2 15:45:34 2002 Ossama Othman <ossama@uci.edu>
* tests/Dev_Poll_Reactor_Test.cpp:
diff --git a/ChangeLogs/ChangeLog-02a b/ChangeLogs/ChangeLog-02a
index 94fa21e3f27..25b996b603a 100644
--- a/ChangeLogs/ChangeLog-02a
+++ b/ChangeLogs/ChangeLog-02a
@@ -1,3 +1,9 @@
+Thu May 02 15:53:39 2002 Ossama Othman <ossama@uci.edu>
+
+ * tests/Dev_Poll_Reactor_Test.cpp:
+
+ Added some comments that briefly describe the test.
+
Thu May 2 15:45:34 2002 Ossama Othman <ossama@uci.edu>
* tests/Dev_Poll_Reactor_Test.cpp:
diff --git a/ChangeLogs/ChangeLog-03a b/ChangeLogs/ChangeLog-03a
index 94fa21e3f27..25b996b603a 100644
--- a/ChangeLogs/ChangeLog-03a
+++ b/ChangeLogs/ChangeLog-03a
@@ -1,3 +1,9 @@
+Thu May 02 15:53:39 2002 Ossama Othman <ossama@uci.edu>
+
+ * tests/Dev_Poll_Reactor_Test.cpp:
+
+ Added some comments that briefly describe the test.
+
Thu May 2 15:45:34 2002 Ossama Othman <ossama@uci.edu>
* tests/Dev_Poll_Reactor_Test.cpp:
diff --git a/tests/Dev_Poll_Reactor_Test.cpp b/tests/Dev_Poll_Reactor_Test.cpp
index 6799a3dfbf7..8e1c3f2d2a2 100644
--- a/tests/Dev_Poll_Reactor_Test.cpp
+++ b/tests/Dev_Poll_Reactor_Test.cpp
@@ -1,3 +1,21 @@
+//=============================================================================
+/**
+ * @file Dev_Poll_Reactor_Test.cpp
+ *
+ * $Id$
+ *
+ * This test verifies that the Dev_Poll_Reactor is functioning
+ * properly, and demonstrates how "speculative reads" can be
+ * performed. "Speculative reads" are necessary when using event
+ * demultiplexing mechanisms that use a "state change" interface. An
+ * example of demuxing mechanism with such an interface is Linux's
+ * `/dev/epoll' character device. Mechansims with state change
+ * interfaces are also said to be "edge triggered," versus "level
+ * triggered" mechanisms such as select().
+ *
+ * @author Ossama Othman <ossama@uci.edu>
+ */
+//=============================================================================
#include "test_config.h"