summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/sys/posix/IOHandle.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/qpid/sys/posix/IOHandle.cpp')
-rw-r--r--cpp/src/qpid/sys/posix/IOHandle.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpp/src/qpid/sys/posix/IOHandle.cpp b/cpp/src/qpid/sys/posix/IOHandle.cpp
index 80b487eadc..075eb4c335 100644
--- a/cpp/src/qpid/sys/posix/IOHandle.cpp
+++ b/cpp/src/qpid/sys/posix/IOHandle.cpp
@@ -31,6 +31,8 @@ int toFd(const IOHandlePrivate* h)
return h->fd;
}
+NullIOHandle DummyIOHandle;
+
IOHandle::IOHandle(IOHandlePrivate* h) :
impl(h)
{}