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:
authorIgors Homjakovs <git-no-reply@zabbix.com>2015-05-20 14:31:57 +0300
committerIgors Homjakovs <git-no-reply@zabbix.com>2015-05-20 14:31:57 +0300
commit9f9cfbdced2d4afb863dbe7dea47be315dd5609b (patch)
tree6e91672e44d243702e64c72b0ad3019dc8f73962 /include/sysinfo.h
parentfbfcbae6fcde59bf7695f36f4340898aa2a14c9c (diff)
...G...... [ZBXNEXT-1368] added Windows service discovery
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 461633ac505..81a4b2916b9 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -255,6 +255,7 @@ int USER_PERF_COUNTER(AGENT_REQUEST *request, AGENT_RESULT *result);
int PERF_COUNTER(AGENT_REQUEST *request, AGENT_RESULT *result);
int SERVICE_STATE(AGENT_REQUEST *request, AGENT_RESULT *result);
int SERVICES(AGENT_REQUEST *request, AGENT_RESULT *result);
+int SERVICE_DISCOVERY(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);