diff options
Diffstat (limited to 'src/env.h')
| -rw-r--r-- | src/env.h | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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; |
