aboutsummaryrefslogtreecommitdiff
path: root/tools/gator/daemon/Monitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gator/daemon/Monitor.h')
-rw-r--r--tools/gator/daemon/Monitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/gator/daemon/Monitor.h b/tools/gator/daemon/Monitor.h
index 6e268b6e1bed..7194e0e4ca50 100644
--- a/tools/gator/daemon/Monitor.h
+++ b/tools/gator/daemon/Monitor.h
@@ -16,6 +16,7 @@ public:
Monitor();
~Monitor();
+ void close();
bool init();
bool add(const int fd);
int wait(struct epoll_event *const events, int maxevents, int timeout);