summaryrefslogtreecommitdiff
path: root/TAO/tao/Strategies/DIOP_Connection_Handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tao/Strategies/DIOP_Connection_Handler.h')
-rw-r--r--TAO/tao/Strategies/DIOP_Connection_Handler.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/TAO/tao/Strategies/DIOP_Connection_Handler.h b/TAO/tao/Strategies/DIOP_Connection_Handler.h
index d5583fa1c5b..6116a33b086 100644
--- a/TAO/tao/Strategies/DIOP_Connection_Handler.h
+++ b/TAO/tao/Strategies/DIOP_Connection_Handler.h
@@ -173,6 +173,13 @@ protected:
// DIOP Additions - End
private:
+
+ /// Count nested upcalls on this
+ /// svc_handler i.e., the connection can close during nested upcalls,
+ /// you should not delete the svc_handler until the stack unwinds
+ /// from the nested upcalls.
+ u_long pending_upcalls_;
+
/// TCP configuration for this connection.
TAO_DIOP_Properties *tcp_properties_;