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-22 13:17:41 +0300
committerIgors Homjakovs <git-no-reply@zabbix.com>2015-05-22 13:17:41 +0300
commit39503bb56c8513c4ff52ee10c42f167bca412039 (patch)
treea9e089b48fcc04800079163bf325b0d1d3e21def /include/sysinfo.h
parent9f9cfbdced2d4afb863dbe7dea47be315dd5609b (diff)
...G...... [ZBXNEXT-1368] added service.info item
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 81a4b2916b9..0e713b45722 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -256,6 +256,7 @@ 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 SERVICE_INFO(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);