diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2010-09-08 16:49:55 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2010-09-08 16:49:55 +0000 |
| commit | 8cc8a9434e91acbf5b81e092f94c9a1c0e134376 (patch) | |
| tree | a36d2aa107bcf1fffa866c13b53c78a2dd72ebd3 /cpp/src/qpid/client/RdmaConnector.cpp | |
| parent | b9191e5f467199d8672acce99106d11809c1bdd7 (diff) | |
| download | qpid-python-8cc8a9434e91acbf5b81e092f94c9a1c0e134376.tar.gz | |
Stop the client side Rdma code from receiving connection events before the data events
are stopped to avoid any events after the Rdma::Connector is deleted
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@995145 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/RdmaConnector.cpp')
| -rw-r--r-- | cpp/src/qpid/client/RdmaConnector.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/RdmaConnector.cpp b/cpp/src/qpid/client/RdmaConnector.cpp index f8f38fb050..208d42f672 100644 --- a/cpp/src/qpid/client/RdmaConnector.cpp +++ b/cpp/src/qpid/client/RdmaConnector.cpp @@ -281,6 +281,7 @@ void RdmaConnector::stopped(Rdma::AsynchIO* a) { void RdmaConnector::drained() { QPID_LOG(debug, "RdmaConnector::drained " << identifier); assert(!polling); + acon->stop(); if (aio) { Rdma::AsynchIO* a = aio; aio = 0; |
