summaryrefslogtreecommitdiff
path: root/qpid/cpp/include
diff options
context:
space:
mode:
authorTed Ross <tross@apache.org>2010-02-12 18:23:47 +0000
committerTed Ross <tross@apache.org>2010-02-12 18:23:47 +0000
commit6febb06e1476898cd18d59cc0edf212af3d1efb8 (patch)
tree0bd8fc28bd9f4da06f5a375b72c1368609d91ad7 /qpid/cpp/include
parente088dfec2102b19d1c1e411a15f66f92dcceb9b7 (diff)
downloadqpid-python-6febb06e1476898cd18d59cc0edf212af3d1efb8.tar.gz
QPID-2328 - Applied patch from Ian Main
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@909548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/include')
-rw-r--r--qpid/cpp/include/qmf/engine/ResilientConnection.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/qpid/cpp/include/qmf/engine/ResilientConnection.h b/qpid/cpp/include/qmf/engine/ResilientConnection.h
index 359c8ea6ff..c03d08cb96 100644
--- a/qpid/cpp/include/qmf/engine/ResilientConnection.h
+++ b/qpid/cpp/include/qmf/engine/ResilientConnection.h
@@ -155,6 +155,14 @@ namespace engine {
*/
void setNotifyFd(int fd);
+ /**
+ * Send a byte into the notify file descriptor.
+ *
+ * This can be used to wake up the event processing portion of the engine from either the
+ * wrapped implementation or the engine itself.
+ */
+ void notify();
+
private:
ResilientConnectionImpl* impl;
};