summaryrefslogtreecommitdiffstats
path: root/include/sysinfo.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index c36c9d28..f6ef95d2 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -123,4 +123,8 @@ int WEB_PAGE_GET(const char *cmd, const char *param, unsigned flags, AGENT_RESUL
int WEB_PAGE_PERF(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int WEB_PAGE_REGEXP(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
+#if defined(WIN32)
+int PERF_MONITOR(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
+#endif
+
#endif