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:
-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;