summaryrefslogtreecommitdiffstats
path: root/src/zabbix_agent/active.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/zabbix_agent/active.h')
-rw-r--r--src/zabbix_agent/active.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/zabbix_agent/active.h b/src/zabbix_agent/active.h
index 4e293862..f4c71c2b 100644
--- a/src/zabbix_agent/active.h
+++ b/src/zabbix_agent/active.h
@@ -20,7 +20,13 @@
#ifndef ZABBIX_ACTIVE_H
#define ZABBIX_ACTIVE_H
-extern int CONFIG_NOTIMEWAIT;
+#define METRIC struct metric_type
+METRIC
+{
+ char *key;
+ int refresh;
+ int status;
+};
pid_t child_active_make(int i,char *server, int port);