X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=src%2Faggregation.c;h=4e20d0cff57073462c24981e0e647f8ac93cb46f;hb=96b920e6b7bf70560eb95c911202afbeaab2b965;hp=ec94183a6cd4622cb9b32db425e43f2b2f7598da;hpb=79963d13c1884d1d92667cc502ad20758b084a12;p=collectd.git diff --git a/src/aggregation.c b/src/aggregation.c index ec94183a..4e20d0cf 100644 --- a/src/aggregation.c +++ b/src/aggregation.c @@ -38,7 +38,7 @@ struct aggregation_s /* {{{ */ { - identifier_t ident; + lookup_identifier_t ident; unsigned int group_by; unsigned int regex_fields; @@ -62,7 +62,7 @@ typedef struct agg_instance_s agg_instance_t; struct agg_instance_s /* {{{ */ { pthread_mutex_t lock; - identifier_t ident; + lookup_identifier_t ident; int ds_type;