Skip to content

Commit d57b358

Browse files
Leonardo Alminanaedsiper
authored andcommitted
processor_labels: make hash transformer local
Signed-off-by: Leonardo Alminana <[email protected]>
1 parent a2ab332 commit d57b358

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/processor_labels/labels.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1627,7 +1627,7 @@ static int delete_labels(struct cmt *metrics_context,
16271627
return FLB_PROCESSOR_SUCCESS;
16281628
}
16291629

1630-
int hash_transformer(struct cmt_metric *metric, cfl_sds_t *value)
1630+
static int hash_transformer(struct cmt_metric *metric, cfl_sds_t *value)
16311631
{
16321632
unsigned char digest_buffer[32];
16331633
int result;

0 commit comments

Comments
 (0)