diff options
author | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-08 06:46:27 +0000 |
---|---|---|
committer | schmidt <douglascraigschmidt@users.noreply.github.com> | 1997-08-08 06:46:27 +0000 |
commit | 65c557323965908a18fb4b8839c750783384a486 (patch) | |
tree | 077edcecef3a9561f7b25ca95d88c3c1eef1cc8f /ace/Reactor.cpp | |
parent | c41d853454849477434d752352640ebd72ddba71 (diff) | |
download | ATCD-65c557323965908a18fb4b8839c750783384a486.tar.gz |
*** empty log message ***
Diffstat (limited to 'ace/Reactor.cpp')
-rw-r--r-- | ace/Reactor.cpp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/ace/Reactor.cpp b/ace/Reactor.cpp index c7a45083a77..b24a0f2dcf9 100644 --- a/ace/Reactor.cpp +++ b/ace/Reactor.cpp @@ -552,15 +552,18 @@ ACE_Reactor::max_notify_iterations (void) return this->max_notify_iterations_; } -#if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0) // Enqueue ourselves into the list of waiting threads. void ACE_Reactor::renew (void) { ACE_TRACE ("ACE_Reactor::renew"); +#if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0) this->token_.renew (this->requeue_position_); +#endif /* defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0) */ } +#if defined (ACE_MT_SAFE) && (ACE_MT_SAFE != 0) + void ACE_Reactor_Token::dump (void) const { |