diff options
Diffstat (limited to 'cpp/src/qpid/cluster/PollableCondition.h')
| -rw-r--r-- | cpp/src/qpid/cluster/PollableCondition.h | 3 |
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 |
