X-Git-Url: https://git.octo.it/?a=blobdiff_plain;ds=sidebyside;f=src%2Frrd_graph.h;h=b92ce9c9ece0517da0b98a9e0e6117b1e0726842;hb=afdb6e580328bfea9570035f4d30e1c80ba6034a;hp=5a8af09aff5e4bc2e7be626abcf8249fa607b569;hpb=66a8bb73b678773a3879b1abac9e78ecfa1a7961;p=rrdtool.git diff --git a/src/rrd_graph.h b/src/rrd_graph.h index 5a8af09..b92ce9c 100644 --- a/src/rrd_graph.h +++ b/src/rrd_graph.h @@ -129,7 +129,9 @@ typedef struct graph_desc_t { /* description of data fetched for the graph element */ time_t start,end; /* timestaps for first and last data element */ + time_t start_orig,end_orig; /* timestaps for first and last data element */ unsigned long step; /* time between samples */ + unsigned long step_orig; /* time between samples */ unsigned long ds_cnt; /* how many data sources are there in the fetch */ long data_first; /* first pointer to this data */ char **ds_namv; /* name of datasources in the fetch. */