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:
authorVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2016-10-17 16:00:35 +0300
committerVladislavs Sokurenko <vladislavs.sokurenko@zabbix.com>2016-10-17 16:00:35 +0300
commitec00da836e06bba2b129c24e9456e089aa28e987 (patch)
treeb3a1e9240b74e27cd6971eeea895cd3f960f1651 /include/sysinfo.h
parent8b94ed6c6326ae1a640b869278bcf579c64e89e0 (diff)
..FG.....T [ZBXNEXT-3487] added new key for virtual memory monitoring on Windows
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 0b29feb5a88..7381a524f86 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -275,6 +275,7 @@ int SERVICES(AGENT_REQUEST *request, AGENT_RESULT *result);
int PROC_INFO(AGENT_REQUEST *request, AGENT_RESULT *result);
int NET_IF_LIST(AGENT_REQUEST *request, AGENT_RESULT *result);
int WMI_GET(AGENT_REQUEST *request, AGENT_RESULT *result);
+int VM_VMEMORY_SIZE(AGENT_REQUEST *request, AGENT_RESULT *result);
#endif
#ifdef _AIX