summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/RdmaIOPlugin.cpp
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2010-05-13 02:26:21 +0000
committerAndrew Stitcher <astitcher@apache.org>2010-05-13 02:26:21 +0000
commit7e438fe28481a855a6856ae8899e2235a581960c (patch)
treee46b2b30f56e91d4787de393eea8aac1e85b0561 /cpp/src/qpid/sys/RdmaIOPlugin.cpp
parent77737b27cd93cc8dfd020a02cc6092fed3b12d3e (diff)
downloadqpid-python-7e438fe28481a855a6856ae8899e2235a581960c.tar.gz
Rearrange RDMA wrapper class code so that the interface and implementation
are better separated. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@943771 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/sys/RdmaIOPlugin.cpp')
-rw-r--r--cpp/src/qpid/sys/RdmaIOPlugin.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/sys/RdmaIOPlugin.cpp b/cpp/src/qpid/sys/RdmaIOPlugin.cpp
index 5a5c10401c..58317838bc 100644
--- a/cpp/src/qpid/sys/RdmaIOPlugin.cpp
+++ b/cpp/src/qpid/sys/RdmaIOPlugin.cpp
@@ -26,6 +26,7 @@
#include "qpid/framing/AMQP_HighestVersion.h"
#include "qpid/log/Statement.h"
#include "qpid/sys/rdma/RdmaIO.h"
+#include "qpid/sys/rdma/rdma_exception.h"
#include "qpid/sys/OutputControl.h"
#include "qpid/sys/SecuritySettings.h"