diff options
author | Andrew Stitcher <astitcher@apache.org> | 2010-12-23 17:10:54 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2010-12-23 17:10:54 +0000 |
commit | d94c35aabe03b0c639e502db2c49c3711784ebfb (patch) | |
tree | da2e02a2f412f0912216dba0e889c99f8962bed3 /cpp/src/qpid/client | |
parent | 3a6443553f9b2e8a4b2d96b04dba4dbee20408bd (diff) | |
download | qpid-python-d94c35aabe03b0c639e502db2c49c3711784ebfb.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')
-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 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), |