X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Frrd.h;h=53838c04a3abb975717264aa637a02e323cceb36;hb=bb288b1f7ffdb886160ca7b4f332db42b1c7578e;hp=7e63110e9222bd7d7b1c47e79507f534e0829b53;hpb=bb124879717bdb65640cd50ce99e3569cb0a9a3f;p=rrdtool.git diff --git a/src/rrd.h b/src/rrd.h index 7e63110..53838c0 100644 --- a/src/rrd.h +++ b/src/rrd.h @@ -284,7 +284,8 @@ extern "C" { typedef enum { ABSOLUTE_TIME, RELATIVE_TO_START_TIME, - RELATIVE_TO_END_TIME + RELATIVE_TO_END_TIME, + RELATIVE_TO_EPOCH } rrd_timetype_t; #define TIME_OK NULL