diff options
| author | Ted Ross <tross@apache.org> | 2010-02-12 18:23:47 +0000 |
|---|---|---|
| committer | Ted Ross <tross@apache.org> | 2010-02-12 18:23:47 +0000 |
| commit | 9b06c124d72d9e3c5a423416752145d9bd12b2d6 (patch) | |
| tree | 5a9f749dc740b343b0a834e209e77288d60251b4 /cpp/include/qmf | |
| parent | 0d04574135f8b83a479d3ae13bf8faa09a31513c (diff) | |
| download | qpid-python-9b06c124d72d9e3c5a423416752145d9bd12b2d6.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/qmf')
| -rw-r--r-- | cpp/include/qmf/engine/ResilientConnection.h | 8 |
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; }; |
