summaryrefslogtreecommitdiff
path: root/ace/Connector.h
diff options
context:
space:
mode:
authorschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-22 21:03:22 +0000
committerschmidt <douglascraigschmidt@users.noreply.github.com>1997-03-22 21:03:22 +0000
commitcf65201234014d5509a3b635e6be5924909a5e07 (patch)
treef4b9df9dbe9edda1ce7d4cb05afd67b4bcd2d05b /ace/Connector.h
parentd726503942f934532a5a91077303150dae1d638c (diff)
downloadATCD-cf65201234014d5509a3b635e6be5924909a5e07.tar.gz
*** empty log message ***
Diffstat (limited to 'ace/Connector.h')
-rw-r--r--ace/Connector.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/ace/Connector.h b/ace/Connector.h
index a20da7fcdf3..8f800e8cb54 100644
--- a/ace/Connector.h
+++ b/ace/Connector.h
@@ -253,6 +253,10 @@ private:
ACE_Reactor *reactor_;
// Event demultiplex associated with this object.
+
+ char closing_;
+ // Keeps track of whether we are in the process of closing (required
+ // to avoid circular calls to <handle_close>).
};
#include "ace/Connector.i"