diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2010-05-13 02:26:21 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2010-05-13 02:26:21 +0000 |
| commit | ad2ba4e72e4cc2fafd5b110d04d8eb258bc207d3 (patch) | |
| tree | e46b2b30f56e91d4787de393eea8aac1e85b0561 /cpp/src/qpid/sys/rdma/RdmaClient.cpp | |
| parent | 31070fa710b1a06e468cc03c486b9c7fbe39e462 (diff) | |
| download | qpid-python-ad2ba4e72e4cc2fafd5b110d04d8eb258bc207d3.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/rdma/RdmaClient.cpp')
| -rw-r--r-- | cpp/src/qpid/sys/rdma/RdmaClient.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/sys/rdma/RdmaClient.cpp b/cpp/src/qpid/sys/rdma/RdmaClient.cpp index 78068cbd53..4f51df8498 100644 --- a/cpp/src/qpid/sys/rdma/RdmaClient.cpp +++ b/cpp/src/qpid/sys/rdma/RdmaClient.cpp @@ -19,6 +19,7 @@ * */ #include "qpid/sys/rdma/RdmaIO.h" +#include "qpid/sys/rdma/rdma_exception.h" #include "qpid/sys/Time.h" #include <netdb.h> |
