diff options
author | Steve Huston <shuston@riverace.com> | 2012-09-06 18:58:24 +0000 |
---|---|---|
committer | Steve Huston <shuston@riverace.com> | 2012-09-06 18:58:24 +0000 |
commit | 1617ba1782a924563f37f1016c10ae00313c2388 (patch) | |
tree | 98611a18cee418848b844cbe684b186298d879ae /ACE/ace/Process_Manager.h | |
parent | 33126fedde1259711ec2d757c433e9bb126b36c0 (diff) | |
download | ATCD-1617ba1782a924563f37f1016c10ae00313c2388.tar.gz |
ChangeLogTag:Thu Sep 6 18:51:47 UTC 2012 Steve Huston <shuston@riverace.com>
Diffstat (limited to 'ACE/ace/Process_Manager.h')
-rw-r--r-- | ACE/ace/Process_Manager.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ACE/ace/Process_Manager.h b/ACE/ace/Process_Manager.h index 4d4496b6a59..51e5ba95eb8 100644 --- a/ACE/ace/Process_Manager.h +++ b/ACE/ace/Process_Manager.h @@ -354,6 +354,12 @@ protected: #if !defined(ACE_WIN32) /// Collect one (or more, on unix) process exit status. virtual int handle_input (ACE_HANDLE proc); + + /// If registered with a reactor for SIGCHLD and the reactor closes, this + /// will get called to notify. + virtual int handle_close (ACE_HANDLE handle, + ACE_Reactor_Mask close_mask); + #endif // !defined(ACE_WIN32) /** |