summaryrefslogtreecommitdiffstats
path: root/parser/parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'parser/parser.h')
-rw-r--r--parser/parser.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/parser/parser.h b/parser/parser.h
index 65a4e1ab30..4860462d76 100644
--- a/parser/parser.h
+++ b/parser/parser.h
@@ -29,10 +29,10 @@ typedef struct pluginsd_action {
PARSER_RC (*flush_action)(void *user, RRDSET *st);
PARSER_RC (*disable_action)(void *user);
PARSER_RC (*variable_action)(void *user, RRDHOST *host, RRDSET *st, char *name, int global, calculated_number value);
- PARSER_RC (*label_action)(void *user, char *key, char *value, LABEL_SOURCE source);
- PARSER_RC (*overwrite_action)(void *user, RRDHOST *host, struct label *new_labels);
- PARSER_RC (*clabel_action)(void *user, char *key, char *value, LABEL_SOURCE source);
- PARSER_RC (*clabel_commit_action)(void *user, RRDHOST *host, struct label *new_labels);
+ PARSER_RC (*label_action)(void *user, char *key, char *value, RRDLABEL_SRC source);
+ PARSER_RC (*overwrite_action)(void *user, RRDHOST *host, DICTIONARY *new_labels);
+ PARSER_RC (*clabel_action)(void *user, char *key, char *value, RRDLABEL_SRC source);
+ PARSER_RC (*clabel_commit_action)(void *user, RRDHOST *host, DICTIONARY *new_labels);
PARSER_RC (*guid_action)(void *user, uuid_t *uuid);
PARSER_RC (*context_action)(void *user, uuid_t *uuid);