commit | e31266f78058409d18d48e0afa8339e77322b17f | [log] [tgz] |
---|---|---|
author | Jon Medhurst <tixy@linaro.org> | Mon Aug 04 15:47:44 2014 +0100 |
committer | Jon Medhurst <tixy@linaro.org> | Mon Aug 04 15:47:44 2014 +0100 |
tree | fbdd0afe24d93c24efd14e14634ea8e8aff39228 | |
parent | 15ce78dafc08b1c5c3ec8f42070ae37160b5154c [diff] [blame] |
gator: Version 5.19 Signed-off-by: Jon Medhurst <tixy@linaro.org>
diff --git a/tools/gator/daemon/Monitor.h b/tools/gator/daemon/Monitor.h index 6e268b6..7194e0e 100644 --- a/tools/gator/daemon/Monitor.h +++ b/tools/gator/daemon/Monitor.h
@@ -16,6 +16,7 @@ Monitor(); ~Monitor(); + void close(); bool init(); bool add(const int fd); int wait(struct epoll_event *const events, int maxevents, int timeout);