summaryrefslogtreecommitdiff
path: root/ACE/ace/Dev_Poll_Reactor.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/ace/Dev_Poll_Reactor.cpp')
-rw-r--r--ACE/ace/Dev_Poll_Reactor.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/ACE/ace/Dev_Poll_Reactor.cpp b/ACE/ace/Dev_Poll_Reactor.cpp
index fbd9b4485f0..8229aafbe57 100644
--- a/ACE/ace/Dev_Poll_Reactor.cpp
+++ b/ACE/ace/Dev_Poll_Reactor.cpp
@@ -1178,7 +1178,9 @@ ACE_Dev_Poll_Reactor::dispatch_io_event (Token_Guard &guard)
ACE_Reactor_Mask disp_mask = 0;
ACE_Event_Handler *eh = 0;
int (ACE_Event_Handler::*callback)(ACE_HANDLE) = 0;
+#ifndef ACE_HAS_DEV_POLL
bool reactor_resumes_eh = false;
+#endif /* !ACE_HAS_DEV_POLL */
{
ACE_GUARD_RETURN (ACE_SYNCH_MUTEX, grd, this->repo_lock_, -1);
info = this->handler_rep_.find (handle);