summaryrefslogtreecommitdiff
path: root/ACE/Kokyu
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-10-06 15:07:20 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-10-06 15:07:20 +0000
commitcfa831865425e683daf93dbfdc0fa75b73744215 (patch)
tree62aee4a5e6b1df1a98cf4aea138f1f920fca99bd /ACE/Kokyu
parentd60567bcf8786e93b72fa6de587f58e4b76f0361 (diff)
downloadATCD-cfa831865425e683daf93dbfdc0fa75b73744215.tar.gz
Fixed fuzz
Diffstat (limited to 'ACE/Kokyu')
-rw-r--r--ACE/Kokyu/tests/EDF/README4
-rw-r--r--ACE/Kokyu/tests/FIFO/README6
2 files changed, 7 insertions, 3 deletions
diff --git a/ACE/Kokyu/tests/EDF/README b/ACE/Kokyu/tests/EDF/README
index 4f209605e14..0f99d6a867c 100644
--- a/ACE/Kokyu/tests/EDF/README
+++ b/ACE/Kokyu/tests/EDF/README
@@ -1,3 +1,5 @@
+$Id$
+
This example is a very simple example, showing how to use the Kokyu
dispatcher to dispatch command objects in a EDF manner. The test
configures the Kokyu dispatcher with a single EDF lane. Typically this
@@ -8,7 +10,7 @@ enqueue the command objects and *then* activate the dispatcher. Only
when the dispatcher is activated, the thread watching each dispatch
queue starts running.
-To run this example,
+To run this example,
./test -p<fifo|rr|other>
diff --git a/ACE/Kokyu/tests/FIFO/README b/ACE/Kokyu/tests/FIFO/README
index 5700e4a5038..ec4dcb55858 100644
--- a/ACE/Kokyu/tests/FIFO/README
+++ b/ACE/Kokyu/tests/FIFO/README
@@ -1,3 +1,5 @@
+$Id$
+
This example is a very simple example, showing how to use the Kokyu
dispatcher to dispatch command objects in a FIFO manner. The test
configures the Kokyu dispatcher with 3 FIFO lanes, each having a
@@ -6,9 +8,9 @@ which assigns priorities to tasks based on the rate of tasks. To
ensure that the command objects enqueued in the dispatcher are
dispatched in the correct order, we enqueue the command objects and
*then* activate the dispatcher. Only when the dispatcher is activated,
-the thread watching each dispatch queue starts running.
+the thread watching each dispatch queue starts running.
-To run this example,
+To run this example,
./test -p<fifo|rr|other>