summaryrefslogtreecommitdiff
path: root/src/libcamera/include/event_dispatcher_poll.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/libcamera/include/event_dispatcher_poll.h')
-rw-r--r--src/libcamera/include/event_dispatcher_poll.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libcamera/include/event_dispatcher_poll.h b/src/libcamera/include/event_dispatcher_poll.h
index 14c3eea1..d82b302c 100644
--- a/src/libcamera/include/event_dispatcher_poll.h
+++ b/src/libcamera/include/event_dispatcher_poll.h
@@ -45,6 +45,8 @@ private:
std::list<Timer *> timers_;
int eventfd_;
+ bool processingEvents_;
+
int poll(std::vector<struct pollfd> *pollfds);
void processInterrupt(const struct pollfd &pfd);
void processNotifiers(const std::vector<struct pollfd> &pollfds);