summaryrefslogtreecommitdiff
path: root/ace/Connector.h
diff options
context:
space:
mode:
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"