X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Futils_vl_lookup.c;h=8bcaf408aab1ce7dda6b880b201d8c51f4972a69;hb=f7e2d82c4d016df72c55e85bb9c5bc9ba08d5f91;hp=9a085078ef98e687f157f21f6a109f1724c4b5f9;hpb=2079ee1517e34de372f58e7e2267ad5c71a8a41f;p=collectd.git diff --git a/src/utils_vl_lookup.c b/src/utils_vl_lookup.c index 9a085078..8bcaf408 100644 --- a/src/utils_vl_lookup.c +++ b/src/utils_vl_lookup.c @@ -81,7 +81,7 @@ struct user_obj_s; typedef struct user_obj_s user_obj_t; struct user_obj_s { void *user_obj; - identifier_t ident; + lookup_identifier_t ident; user_obj_t *next; }; @@ -162,7 +162,7 @@ static int lu_copy_ident_to_match_part(part_match_t *match_part, /* {{{ */ } /* }}} int lu_copy_ident_to_match_part */ static int lu_copy_ident_to_match(identifier_match_t *match, /* {{{ */ - identifier_t const *ident, + lookup_identifier_t const *ident, unsigned int group_by) { memset(match, 0, sizeof(*match)); @@ -567,7 +567,7 @@ void lookup_destroy(lookup_t *obj) /* {{{ */ } /* }}} void lookup_destroy */ int lookup_add(lookup_t *obj, /* {{{ */ - identifier_t const *ident, unsigned int group_by, + lookup_identifier_t const *ident, unsigned int group_by, void *user_class) { by_type_entry_t *by_type = NULL; user_class_list_t *user_class_obj;