summaryrefslogtreecommitdiffstats
path: root/libnetdata/eval/eval.h
diff options
context:
space:
mode:
Diffstat (limited to 'libnetdata/eval/eval.h')
-rw-r--r--libnetdata/eval/eval.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libnetdata/eval/eval.h b/libnetdata/eval/eval.h
index 57dae9d0b..fc03d7c1f 100644
--- a/libnetdata/eval/eval.h
+++ b/libnetdata/eval/eval.h
@@ -28,7 +28,7 @@ typedef struct eval_expression {
const char *parsed_as;
RRDCALC_STATUS *status;
- calculated_number *this;
+ calculated_number *myself;
time_t *after;
time_t *before;