summaryrefslogtreecommitdiff
path: root/examples/Reactor
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2004-03-14 12:14:48 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2004-03-14 12:14:48 +0000
commit3a26e0d194e6e4b8572391dbda39b7e999f8b1a5 (patch)
tree5adf9384b09a477f05141d56cc53b6d5167d1b89 /examples/Reactor
parent87abe1760a41fa31b2088d970bc9384b68fe2a52 (diff)
downloadATCD-3a26e0d194e6e4b8572391dbda39b7e999f8b1a5.tar.gz
ChangeLogTag: Sun Mar 14 12:12:31 UTC 2004 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'examples/Reactor')
-rw-r--r--examples/Reactor/WFMO_Reactor/Removals.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/Reactor/WFMO_Reactor/Removals.cpp b/examples/Reactor/WFMO_Reactor/Removals.cpp
index 2b2f23000f1..1505dd53452 100644
--- a/examples/Reactor/WFMO_Reactor/Removals.cpp
+++ b/examples/Reactor/WFMO_Reactor/Removals.cpp
@@ -51,7 +51,7 @@ public:
this->event_.signal ();
}
- virtual int handle_signal (int index, siginfo_t *, ucontext_t *)
+ virtual int handle_signal (int, siginfo_t *, ucontext_t *)
{
if (this->close_down_)
return -1;