Skip to content

Commit 0d8eeed

Browse files
leonardo-albertovichedsiper
authored andcommitted
processor: fixed constant that was meant to be a bit mask
Signed-off-by: Leonardo Alminana <[email protected]>
1 parent f83e46e commit 0d8eeed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fluent-bit/flb_processor.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
#define FLB_PROCESSOR_LOGS 1
3939
#define FLB_PROCESSOR_METRICS 2
4040
#define FLB_PROCESSOR_TRACES 4
41-
#define FLB_PROCESSOR_PROFILES 5
41+
#define FLB_PROCESSOR_PROFILES 8
4242

4343
/* Type of processor unit: 'pipeline filter' or 'native unit' */
4444
#define FLB_PROCESSOR_UNIT_NATIVE 0

0 commit comments

Comments
 (0)