diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-09-13 05:05:16 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2019-09-13 05:05:16 +0000 |
commit | 8f5d8f3de6cae180af37917ef978a4affc2cd464 (patch) | |
tree | 4bfe1abc6d19c2dd635d1b83cc0e73d0aa6904ac /database/rrdcalc.h | |
parent | Adding upstream version 1.17.0. (diff) | |
download | netdata-8f5d8f3de6cae180af37917ef978a4affc2cd464.tar.xz netdata-8f5d8f3de6cae180af37917ef978a4affc2cd464.zip |
Adding upstream version 1.17.1.upstream/1.17.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'database/rrdcalc.h')
-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 3400f711..f0c34b54 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 |