]> git.itanic.dy.fi Git - rrdd/blobdiff - rrdtool.h
rrdtool.h: Fix last_update type
[rrdd] / rrdtool.h
index b05eed66048c07c50c618345a1bafa1178507367..4484e2c3c325ea340f4e0d1f7ae2d76d8986b122 100644 (file)
--- a/rrdtool.h
+++ b/rrdtool.h
@@ -52,7 +52,7 @@ struct rrd_database {
        const char *logfile;    /* Name of a file where data can be logged */
        const char *logfile_timestamp_fmt;
 
-       int     last_update;    /* When was the data last updated */
+       time_t  last_update;    /* When was the data last updated */
        const char *name;               /* Name of the database */
 };