Skip to content

Commit

Permalink
processor: fixed constant that was meant to be a bit mask
Browse files Browse the repository at this point in the history
Signed-off-by: Leonardo Alminana <[email protected]>
  • Loading branch information
leonardo-albertovich committed Dec 19, 2024
1 parent 15d1bc5 commit b6a778b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fluent-bit/flb_processor.h
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
#define FLB_PROCESSOR_LOGS 1
#define FLB_PROCESSOR_METRICS 2
#define FLB_PROCESSOR_TRACES 4
#define FLB_PROCESSOR_PROFILES 5
#define FLB_PROCESSOR_PROFILES 8

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

0 comments on commit b6a778b

Please sign in to comment.