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:
authorMichael Veksler <Mihails.Vekslers@zabbix.com>2018-02-05 18:26:43 +0300
committerMichael Veksler <Mihails.Vekslers@zabbix.com>2018-02-05 18:26:43 +0300
commit8e95188501c5d5f648ab5b13dd03a7da70df683d (patch)
tree2a5555274a6f94f52e124ec5403e20b9dcaefc6f /include/sysinfo.h
parentfb4e99aa6c2a9c1e057bec4126cfefb85414e0a7 (diff)
...G...PS. [ZBX-12671] fixed Solaris agent compile problem
Diffstat (limited to 'include/sysinfo.h')
-rw-r--r--include/sysinfo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h
index c039d9568a0..6ea5f08dea1 100644
--- a/include/sysinfo.h
+++ b/include/sysinfo.h
@@ -290,7 +290,7 @@ typedef int (*zbx_metric_func_t)(AGENT_REQUEST *request, AGENT_RESULT *result);
typedef struct
{
const char *mode;
- int (*function)(void);
+ int (*function)(const char *devname, AGENT_RESULT *result);
}
MODE_FUNCTION;