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:
authorAleksandrs Saveljevs <git-no-reply@zabbix.com>2015-05-27 15:39:56 +0300
committerAleksandrs Saveljevs <git-no-reply@zabbix.com>2015-05-27 15:39:56 +0300
commit692d3a10c7c9066fc855faf1957f6bf57ec59e81 (patch)
tree835a8dc1ca07c2368c33be4d22e89c12ba3477b4 /include/sysinfo.h
parent37746d79b0761b7780b8f92355bfc0c91f5a779f (diff)
...G...... [ZBXNEXT-1368] arranged service functions alphabetically
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index 0e713b45722..c8401a0bab0 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -253,10 +253,10 @@ 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_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 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);
int NET_IF_LIST(AGENT_REQUEST *request, AGENT_RESULT *result);
int WMI_GET(AGENT_REQUEST *request, AGENT_RESULT *result);