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
path: root/src
diff options
context:
space:
mode:
authorArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-11-04 12:23:33 +0300
committerArtjoms Rimdjonoks <artjoms.rimdjonoks@zabbix.com>2022-11-04 12:23:33 +0300
commit92597a03e91ff2b7abe767d43f0d27c5ccaf894e (patch)
tree4f6079a4b6e37f7479c617ddc5d2f8f7d6c6d3e5 /src
parent95a04ed29099a15368eab1d67052ac5e40d26b7e (diff)
.......... [DEV-2176] added missing header file changes
Diffstat (limited to 'src')
-rw-r--r--src/libs/zbxsysinfo/sysinfo.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/libs/zbxsysinfo/sysinfo.h b/src/libs/zbxsysinfo/sysinfo.h
index 4b00c4e32d2..384fbe09c93 100644
--- a/src/libs/zbxsysinfo/sysinfo.h
+++ b/src/libs/zbxsysinfo/sysinfo.h
@@ -176,10 +176,10 @@ int perf_counter(AGENT_REQUEST *request, AGENT_RESULT *result);
int perf_counter_en(AGENT_REQUEST *request, AGENT_RESULT *result);
int perf_instance_discovery(AGENT_REQUEST *request, AGENT_RESULT *result);
int perf_instance_discovery_en(AGENT_REQUEST *request, AGENT_RESULT *result);
-int check_service_discovery(AGENT_REQUEST *request, AGENT_RESULT *result);
-int check_service_info(AGENT_REQUEST *request, AGENT_RESULT *result);
-int check_service_state(AGENT_REQUEST *request, AGENT_RESULT *result);
-int check_services(AGENT_REQUEST *request, AGENT_RESULT *result);
+int discover_services(AGENT_REQUEST *request, AGENT_RESULT *result);
+int get_service_info(AGENT_REQUEST *request, AGENT_RESULT *result);
+int get_service_state(AGENT_REQUEST *request, AGENT_RESULT *result);
+int get_list_of_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);