diff options
| author | Gordon Sim <gsim@apache.org> | 2010-06-11 08:42:37 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-06-11 08:42:37 +0000 |
| commit | 4467d34858ea0ab6d11fbc90f81162e642fe3133 (patch) | |
| tree | 55725d96eb38456f755e59410253ad6ccb737cf1 /cpp/src/qpid/client/TCPConnector.h | |
| parent | 85e7cf723b05620e1ed44d50a9533811e823585f (diff) | |
| download | qpid-python-4467d34858ea0ab6d11fbc90f81162e642fe3133.tar.gz | |
Ensure that AsynchConnector is disassociated from Poller when aborting connection attempt due to a heartbeat timeout
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@953610 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/TCPConnector.h')
| -rw-r--r-- | cpp/src/qpid/client/TCPConnector.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/TCPConnector.h b/cpp/src/qpid/client/TCPConnector.h index bce5f593c6..c756469182 100644 --- a/cpp/src/qpid/client/TCPConnector.h +++ b/cpp/src/qpid/client/TCPConnector.h @@ -71,6 +71,7 @@ class TCPConnector : public Connector, public sys::Codec sys::Socket socket; + sys::AsynchConnector* connector; sys::AsynchIO* aio; std::string identifier; boost::shared_ptr<sys::Poller> poller; |
