diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/sysinfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/sysinfo.h b/include/sysinfo.h index dbf77fb3..23419398 100644 --- a/include/sysinfo.h +++ b/include/sysinfo.h @@ -27,8 +27,8 @@ #define SYSINFO_RET_FAIL 1 #define SYSINFO_RET_TIMEOUT 2 -#define COMMAND struct command_type -COMMAND +#define ZBX_METRIC struct zbx_metric_type +ZBX_METRIC { char *key; int (*function)(); |
