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:
authorAndris Zeila <andris.zeila@zabbix.com>2015-08-26 14:25:31 +0300
committerAndris Zeila <andris.zeila@zabbix.com>2015-08-26 14:25:31 +0300
commitf1f7622196398bea4ecba5af0b04b01ceefae0da (patch)
treeaddbd61433885be42f47d28d25cfa2752d5ae9a2 /include/sysinfo.h
parentf06e1a9f2af679c25fc012d3a057fec2257f4fed (diff)
parent6b46ecdf8cab15e3469fc7dd3640fbdfad39e2b9 (diff)
.......... [ZBXNEXT-494] merged from upstream
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 7175d8a580d..ebe1f202ae5 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -258,6 +258,8 @@ 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 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);
int SERVICES(AGENT_REQUEST *request, AGENT_RESULT *result);
int PROC_INFO(AGENT_REQUEST *request, AGENT_RESULT *result);