summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'daemon/Monitor.h')
-rw-r--r--daemon/Monitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/daemon/Monitor.h b/daemon/Monitor.h
index 6e268b6..7194e0e 100644
--- a/daemon/Monitor.h
+++ b/daemon/Monitor.h
@@ -16,6 +16,7 @@ public:
16 Monitor(); 16 Monitor();
17 ~Monitor(); 17 ~Monitor();
18 18
19 void close();
19 bool init(); 20 bool init();
20 bool add(const int fd); 21 bool add(const int fd);
21 int wait(struct epoll_event *const events, int maxevents, int timeout); 22 int wait(struct epoll_event *const events, int maxevents, int timeout);