6efaeef862
osquery exposes an operating system as a high-performance relational database. This allows you to write SQL-based queries to explore operating system data. With osquery, SQL tables represent abstract concepts such as running processes, loaded kernel modules, open network connections, browser plugins, hardware events or file hashes. WWW: https://osquery.io/ Sponsored by: Beer from wxs@
11 lines
358 B
C++
11 lines
358 B
C++
--- osquery/events/darwin/fsevents.h.orig 2015-05-05 00:16:41 UTC
|
|
+++ osquery/events/darwin/fsevents.h
|
|
@@ -76,6 +76,8 @@ class FSEventsEventPublisher
|
|
|
|
// Entrypoint to the run loop
|
|
Status run();
|
|
+ // Callin for stopping the streams/run loop.
|
|
+ void end();
|
|
|
|
public:
|
|
/// FSEvents registers a client callback instead of using a select/poll loop.
|