forked from Lainports/freebsd-ports
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
451 B
C++
11 lines
451 B
C++
--- osquery/extensions/extensions.cpp.orig 2015-05-05 00:16:41 UTC
|
|
+++ osquery/extensions/extensions.cpp
|
|
@@ -76,7 +76,7 @@ EXTENSION_FLAG_ALIAS(socket, extensions_
|
|
EXTENSION_FLAG_ALIAS(timeout, extensions_timeout);
|
|
EXTENSION_FLAG_ALIAS(interval, extensions_interval);
|
|
|
|
-void ExtensionWatcher::enter() {
|
|
+void ExtensionWatcher::start() {
|
|
// Watch the manager, if the socket is removed then the extension will die.
|
|
while (true) {
|
|
watch();
|