summaryrefslogtreecommitdiffstats
path: root/src/eval.h
diff options
context:
space:
mode:
authorCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-10-15 14:35:20 +0300
committerCosta Tsaousis (ktsaou) <costa@tsaousis.gr>2017-10-15 14:35:20 +0300
commit57a38770fe2ddb93587fe9c2023163ff6117c869 (patch)
tree9b570cf7f975585a396cfa4765ccf98fc4b4fc89 /src/eval.h
parent898affab8771c9c4b2379b4b449eb80ffa1b68ae (diff)
health typedefs are now structured
Diffstat (limited to 'src/eval.h')
-rw-r--r--src/eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eval.h b/src/eval.h
index d68b9af474..cd271148cd 100644
--- a/src/eval.h
+++ b/src/eval.h
@@ -14,7 +14,7 @@ typedef struct eval_expression {
const char *source;
const char *parsed_as;
- int *status;
+ RRDCALC_STATUS *status;
calculated_number *this;
time_t *after;
time_t *before;