From 21d2b007b60d25fa2ea5c84ccfaee7d62c4f6d0a Mon Sep 17 00:00:00 2001 From: hugetoad Date: Wed, 26 Oct 2005 14:11:32 +0000 Subject: Minor cleanup. git-svn-id: svn://svn.zabbix.com/trunk@2225 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- include/sysinfo.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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)(); -- cgit