summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/client/RdmaConnector.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2010-12-23 17:10:54 +0000
committerAndrew Stitcher <astitcher@apache.org>2010-12-23 17:10:54 +0000
commit9f4b974c99eb005725ed52f74831be716b6cc412 (patch)
treeda2e02a2f412f0912216dba0e889c99f8962bed3 /cpp/src/qpid/client/RdmaConnector.cpp
parent002f05bd9d9a0c8af2954c0e6c09ae70e0d1d43f (diff)
downloadqpid-python-9f4b974c99eb005725ed52f74831be716b6cc412.tar.gz
Plumb rdma protocol version into Rdma::AsynchIO
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1052323 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/client/RdmaConnector.cpp')
-rw-r--r--cpp/src/qpid/client/RdmaConnector.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/client/RdmaConnector.cpp b/cpp/src/qpid/client/RdmaConnector.cpp
index 79f86d09c2..313a99df68 100644
--- a/cpp/src/qpid/client/RdmaConnector.cpp
+++ b/cpp/src/qpid/client/RdmaConnector.cpp
@@ -196,6 +196,7 @@ void RdmaConnector::connected(Poller::shared_ptr poller, Rdma::Connection::intru
Rdma::QueuePair::intrusive_ptr q = ci->getQueuePair();
aio = new Rdma::AsynchIO(ci->getQueuePair(),
+ cp.rdmaProtocolVersion,
cp.maxRecvBufferSize, cp.initialXmitCredit , Rdma::DEFAULT_WR_ENTRIES,
boost::bind(&RdmaConnector::readbuff, this, _1, _2),
boost::bind(&RdmaConnector::writebuff, this, _1),