X-Git-Url: https://arthur.barton.de/gitweb/?a=blobdiff_plain;f=src%2Frrd.h;h=2f4f2127fffb202b7b94510770d2bbc250fd536e;hb=909e26f825bc1f6f907231761412c885331fec7e;hp=7843c80381e3c4fa10ae429f0ce8dda3fc777ac3;hpb=f8b1735657379fc2fbc46516fd27aad74847350c;p=netdata.git diff --git a/src/rrd.h b/src/rrd.h index 7843c803..2f4f2127 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -376,7 +376,7 @@ struct rrdhost { uint32_t flags; // flags about this RRDHOST int rrd_update_every; // the update frequency of the host - int rrd_history_entries; // the number of history entries for the host's charts + long rrd_history_entries; // the number of history entries for the host's charts RRD_MEMORY_MODE rrd_memory_mode; // the memory more for the charts of this host char *cache_dir; // the directory to save RRD cache files @@ -491,7 +491,7 @@ extern RRDHOST *rrdhost_find_or_create( , const char *guid , const char *os , int update_every - , int history + , long history , RRD_MEMORY_MODE mode , int health_enabled , int rrdpush_enabled