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