summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-26 14:11:32 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2005-10-26 14:11:32 +0000
commit21d2b007b60d25fa2ea5c84ccfaee7d62c4f6d0a (patch)
tree0e23bb3a7d62c969be441153d5ea4d52a9105d0c /include
parent6179fb2846a00e706227761f39dc35ae20fb1305 (diff)
downloadzabbix-21d2b007b60d25fa2ea5c84ccfaee7d62c4f6d0a.tar.gz
zabbix-21d2b007b60d25fa2ea5c84ccfaee7d62c4f6d0a.tar.xz
zabbix-21d2b007b60d25fa2ea5c84ccfaee7d62c4f6d0a.zip
Minor cleanup.
git-svn-id: svn://svn.zabbix.com/trunk@2225 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'include')
-rw-r--r--include/sysinfo.h4
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)();