summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-16 16:02:50 +0000
committerosmiy <osmiy@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2007-08-16 16:02:50 +0000
commit1309c75f431fc2e9b92a935d5480eda51ddb1620 (patch)
treee8b732e988992a1b9752fe571f3aed3c4d6f5880 /include
parent0e3568b830a63003acba9b1f442b3fd4fbc7b1e1 (diff)
downloadzabbix-1309c75f431fc2e9b92a935d5480eda51ddb1620.tar.gz
zabbix-1309c75f431fc2e9b92a935d5480eda51ddb1620.tar.xz
zabbix-1309c75f431fc2e9b92a935d5480eda51ddb1620.zip
- improved per cpu 'system.cpu.util[]' for linux/solaris (Eugene)
- added support of 'system.cpu.num' (Eugene) git-svn-id: svn://svn.zabbix.com/trunk@4600 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 e49ce44f..14c93ca4 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -211,6 +211,7 @@ int VM_MEMORY_SIZE(const char *cmd, const char *param, unsigned flags, AGENT
int NET_IF_COLLISIONS(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int SYSTEM_CPU_SWITCHES(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int SYSTEM_CPU_INTR(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
+int SYSTEM_CPU_NUM(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int NET_TCP_LISTEN(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
#if defined(_WINDOWS)