summaryrefslogtreecommitdiffstats
path: root/database/rrdcalctemplate.h
diff options
context:
space:
mode:
authorCosta Tsaousis <costa@tsaousis.gr>2018-11-10 00:55:30 +0200
committerGitHub <noreply@github.com>2018-11-10 00:55:30 +0200
commitee1b7ef695f8c8d16cb77425841d477b564ee125 (patch)
treeba2665ce95570e92636dfd2c612a3ecf90da0d4b /database/rrdcalctemplate.h
parent9e820a3b38e490863aff3863e63e471f471e76cc (diff)
fixed max interface speed calculation (#4594)
Diffstat (limited to 'database/rrdcalctemplate.h')
-rw-r--r--database/rrdcalctemplate.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/database/rrdcalctemplate.h b/database/rrdcalctemplate.h
index 2235ecaa16..b8996bc14e 100644
--- a/database/rrdcalctemplate.h
+++ b/database/rrdcalctemplate.h
@@ -58,7 +58,7 @@ struct rrdcalctemplate {
struct rrdcalctemplate *next;
};
-#define RRDCALCTEMPLATE_HAS_CALCULATION(rt) ((rt)->after)
+#define RRDCALCTEMPLATE_HAS_DB_LOOKUP(rt) ((rt)->after)
extern void rrdcalctemplate_link_matching(RRDSET *st);