diff options
Diffstat (limited to '')
-rw-r--r-- | database/rrdcalc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/database/rrdcalc.h b/database/rrdcalc.h index 3400f711c..f0c34b543 100644 --- a/database/rrdcalc.h +++ b/database/rrdcalc.h @@ -27,6 +27,7 @@ #define RRDCALC_FLAG_RUNNABLE 0x00000040 #define RRDCALC_FLAG_DISABLED 0x00000080 #define RRDCALC_FLAG_SILENCED 0x00000100 +#define RRDCALC_FLAG_RUN_ONCE 0x00000200 #define RRDCALC_FLAG_NO_CLEAR_NOTIFICATION 0x80000000 |