summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-13 14:41:14 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-06-13 14:41:14 +0000
commitbec21c0f84c702cc67c101ee555cff097464e4b3 (patch)
treef53e2e55b10687b99014b2e2d222aa4959e2adf6 /include
parenta26125e9ddda1db970c968fbe68ff223bd1f6b5f (diff)
- added PerfCounter configuration parameter (Eugene)
git-svn-id: svn://svn.zabbix.com/trunk@4279 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/sysinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index f1158d6a..e49ce44f 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -214,6 +214,7 @@ int SYSTEM_CPU_INTR(const char *cmd, const char *param, unsigned flags, AGENT_RE
int NET_TCP_LISTEN(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
#if defined(_WINDOWS)
+int USER_PERFCOUNTER(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int PERF_MONITOR(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int SERVICE_STATE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int PROC_INFO(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);