summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/cluster/PollableCondition.h
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2008-08-12 19:36:45 +0000
committerAlan Conway <aconway@apache.org>2008-08-12 19:36:45 +0000
commitc4c87ff4b6972f0281c63a0f75e7df3c0e572353 (patch)
tree3defd4534efae4cc219fdbb3488e47b30186c454 /cpp/src/qpid/cluster/PollableCondition.h
parenta20e61cd40e6236a61bde1d6d0af165e6b0b12d1 (diff)
downloadqpid-python-c4c87ff4b6972f0281c63a0f75e7df3c0e572353.tar.gz
Replace eventfd with more portable pipe implementation in PollableCondition.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@685278 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/qpid/cluster/PollableCondition.h')
-rw-r--r--cpp/src/qpid/cluster/PollableCondition.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/cpp/src/qpid/cluster/PollableCondition.h b/cpp/src/qpid/cluster/PollableCondition.h
index affcae580a..6bfca6cabe 100644
--- a/cpp/src/qpid/cluster/PollableCondition.h
+++ b/cpp/src/qpid/cluster/PollableCondition.h
@@ -51,6 +51,9 @@ class PollableCondition : public sys::IOHandle {
*@return The state of the condition before it was cleared.
*/
bool clear();
+
+ private:
+ int writeFd;
};
}} // namespace qpid::cluster