summaryrefslogtreecommitdiff
path: root/ace/Reactor_Impl.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-19 16:00:58 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1999-08-19 16:00:58 +0000
commit7526281adc5b3b28d7e83f2eac1cc74807ee6e6f (patch)
treee7afb06c787c77c9ade17f0b2c0822e62fc488f7 /ace/Reactor_Impl.h
parentdc7a080d2c0959d707004d27e873332240deccd7 (diff)
downloadATCD-7526281adc5b3b28d7e83f2eac1cc74807ee6e6f.tar.gz
ChangeLogTag:Thu Aug 19 10:53:50 1999 David L. Levine <levine@cs.wustl.edu>
Diffstat (limited to 'ace/Reactor_Impl.h')
-rw-r--r--ace/Reactor_Impl.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/ace/Reactor_Impl.h b/ace/Reactor_Impl.h
index 8b2f08f1396..812ad3e67ef 100644
--- a/ace/Reactor_Impl.h
+++ b/ace/Reactor_Impl.h
@@ -415,6 +415,12 @@ public:
virtual int owner (ACE_thread_t *owner) = 0;
// Return the ID of the "owner" thread.
+ virtual int restart (void) = 0;
+ // Get the existing restart value.
+
+ virtual int restart (int r) = 0;
+ // Set a new value for restart and return the original value.
+
virtual void requeue_position (int) = 0;
// Set position of the owner thread.