Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/zabbix/zabbix.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRudolfs Kreicbergs <git-no-reply@zabbix.com>2011-04-11 19:47:24 +0400
committerRudolfs Kreicbergs <git-no-reply@zabbix.com>2011-04-11 19:47:24 +0400
commitc9c367d557e16e7e41321dafbf21519a66274b40 (patch)
tree6e3d6253144d06f65181ba924085a39e7e7f2103 /include/sysinfo.h
parent3f03d1da7fa16c0aeb8dfb88e9d55a55ee8a1da3 (diff)
- [ZBXNEXT-677] Added item for host architecture
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 10366a13ad5..9753db8a9ea 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -269,6 +269,7 @@ int VFS_FS_INODE(const char *cmd, const char *param, unsigned flags, AGENT_RESUL
int VFS_FS_SIZE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VFS_FS_DISCOVERY(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int VM_MEMORY_SIZE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
+int HOST_ARCH(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int HOST_DEVICE(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int HOST_LSPCI(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);
int HOST_MACS(const char *cmd, const char *param, unsigned flags, AGENT_RESULT *result);