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/aix/vmstats.c')
-rw-r--r--src/libs/zbxsysinfo/aix/vmstats.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libs/zbxsysinfo/aix/vmstats.c b/src/libs/zbxsysinfo/aix/vmstats.c
index 5f88231b3d4..18de482c2e4 100644
--- a/src/libs/zbxsysinfo/aix/vmstats.c
+++ b/src/libs/zbxsysinfo/aix/vmstats.c
@@ -18,10 +18,11 @@
**/
#include "zbxsysinfo.h"
+#include "../sysinfo.h"
#include "stats.h"
-int SYSTEM_STAT(AGENT_REQUEST *request, AGENT_RESULT *result)
+int system_stat(AGENT_REQUEST *request, AGENT_RESULT *result)
{
char *section, *type;
#define ZBX_MAX_WAIT_VMSTAT 2 /* maximum seconds to wait for vmstat data on the first call */