diff options
Diffstat (limited to 'src/socket_base.hpp')
-rw-r--r-- | src/socket_base.hpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/socket_base.hpp b/src/socket_base.hpp index 4ba9494..8f662e9 100644 --- a/src/socket_base.hpp +++ b/src/socket_base.hpp @@ -124,10 +124,8 @@ namespace zmq private: - // If true, socket was already closed but not yet deallocated - // because either shutdown is in process or there are still pipes - // attached to the socket. - bool zombie; + // If true, associated context was already terminated. + bool ctx_terminated; // If true, object should have been already destroyed. However, // destruction is delayed while we unwind the stack to the point |