summaryrefslogtreecommitdiff
path: root/ace/WFMO_Reactor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ace/WFMO_Reactor.h')
-rw-r--r--ace/WFMO_Reactor.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ace/WFMO_Reactor.h b/ace/WFMO_Reactor.h
index 36938edc02a..2b793f7e6fc 100644
--- a/ace/WFMO_Reactor.h
+++ b/ace/WFMO_Reactor.h
@@ -527,7 +527,8 @@ public:
virtual int open (size_t size = DEFAULT_SIZE,
int restart = 0,
ACE_Sig_Handler * = 0,
- ACE_Timer_Queue * = 0);
+ ACE_Timer_Queue * = 0,
+ int disable_notify_pipe = 0);
// Initialize <ACE_WFMO_Reactor> with size <size>. Two slots will
// be added to the <size> parameter which will store handles used
// for internal management purposes.