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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2019-09-25 15:01:05 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2019-09-25 15:01:05 +0300
commitf42c6963931ffe89d1a552684a9ca6b716ceb62a (patch)
tree1407bbdc8e772567928072b52c689364754e2aae /include/sysinfo.h
parent4462daaf824cef7c88cd8afbb526b9b715d1c379 (diff)
parent586bc348b0c0c0602489ec4bd5e465edf6cb8397 (diff)
.......... [ZBXNEXT-2946] updated to the latest trunk
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 355e9935170..16d236662de 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -272,6 +272,7 @@ int VM_MEMORY_SIZE(AGENT_REQUEST *request, AGENT_RESULT *result);
#ifdef _WINDOWS
int USER_PERF_COUNTER(AGENT_REQUEST *request, AGENT_RESULT *result);
int PERF_COUNTER(AGENT_REQUEST *request, AGENT_RESULT *result);
+int PERF_COUNTER_EN(AGENT_REQUEST *request, AGENT_RESULT *result);
int SERVICE_DISCOVERY(AGENT_REQUEST *request, AGENT_RESULT *result);
int SERVICE_INFO(AGENT_REQUEST *request, AGENT_RESULT *result);
int SERVICE_STATE(AGENT_REQUEST *request, AGENT_RESULT *result);