diff options
Diffstat (limited to 'database/contexts/internal.h')
-rw-r--r-- | database/contexts/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/database/contexts/internal.h b/database/contexts/internal.h index 04ad0883a..293659fdd 100644 --- a/database/contexts/internal.h +++ b/database/contexts/internal.h @@ -230,7 +230,7 @@ typedef struct rrdinstance { time_t update_every_s; // data collection frequency RRDSET *rrdset; // pointer to RRDSET when collected, or NULL - DICTIONARY *rrdlabels; // linked to RRDSET->chart_labels or own version + RRDLABELS *rrdlabels; // linked to RRDSET->chart_labels or own version struct rrdcontext *rc; DICTIONARY *rrdmetrics; |