summaryrefslogtreecommitdiff
path: root/src/env.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/env.h')
-rw-r--r--src/env.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/env.h b/src/env.h
index 46095ca3..6222c86b 100644
--- a/src/env.h
+++ b/src/env.h
@@ -7,6 +7,7 @@ namespace env
{
class Module;
+class Process;
class SecurityProduct;
class WindowsInfo;
class Metrics;
@@ -129,6 +130,10 @@ public:
//
const std::vector<Module>& loadedModules() const;
+ // list of running processes; not cached
+ //
+ std::vector<Process> runningProcesses() const;
+
// information about the operating system
//
const WindowsInfo& windowsInfo() const;