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:
Diffstat (limited to 'src/libs/zbxsysinfo/common/cpu.c')
-rw-r--r--src/libs/zbxsysinfo/common/cpu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/zbxsysinfo/common/cpu.c b/src/libs/zbxsysinfo/common/cpu.c
index 17e9da62919..8d086131dec 100644
--- a/src/libs/zbxsysinfo/common/cpu.c
+++ b/src/libs/zbxsysinfo/common/cpu.c
@@ -39,7 +39,7 @@ static const char *get_cpu_status_string(int status)
return NULL;
}
-int SYSTEM_CPU_DISCOVERY(AGENT_REQUEST *request, AGENT_RESULT *result)
+int system_cpu_discovery(AGENT_REQUEST *request, AGENT_RESULT *result)
{
zbx_vector_uint64_pair_t cpus;
struct zbx_json json;