summaryrefslogtreecommitdiff
path: root/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
commitcccafbd87d6a4cf00b3511402075f7a597e3df9e (patch)
tree5a9f749dc740b343b0a834e209e77288d60251b4 /cpp/include
parente83c543e6356e37740edfaf447a427c1b88d81f6 (diff)
downloadqpid-python-cccafbd87d6a4cf00b3511402075f7a597e3df9e.tar.gz
QPID-2328 - Applied patch from Ian Main
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@909548 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/include')
-rw-r--r--cpp/include/qmf/engine/ResilientConnection.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/cpp/include/qmf/engine/ResilientConnection.h b/cpp/include/qmf/engine/ResilientConnection.h
index 359c8ea6ff..c03d08cb96 100644
--- a/cpp/include/qmf/engine/ResilientConnection.h
+++ b/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;
};