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.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/zabbix_agent/active.h b/src/zabbix_agent/active.h
index 39e33dcf..868ed5a2 100644
--- a/src/zabbix_agent/active.h
+++ b/src/zabbix_agent/active.h
@@ -32,7 +32,9 @@ METRIC
int refresh;
int nextcheck;
int status;
- int lastlogsize;
+/* Must be long for fseek() */
+/* int lastlogsize;*/
+ long lastlogsize;
};
pid_t child_active_make(int i,char *server, int port);