Skip to content

Commit

Permalink
output: 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 992ee77 commit 15d1bc5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fluent-bit/flb_output.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ int flb_chunk_trace_output(struct flb_chunk_trace *trace, struct flb_output_inst
#define FLB_OUTPUT_LOGS 1
#define FLB_OUTPUT_METRICS 2
#define FLB_OUTPUT_TRACES 4
#define FLB_OUTPUT_PROFILES 5
#define FLB_OUTPUT_BLOBS 8
#define FLB_OUTPUT_PROFILES 16

#define FLB_OUTPUT_FLUSH_COMPAT_OLD_18() \
const void *data = event_chunk->data; \
Expand Down

0 comments on commit 15d1bc5

Please sign in to comment.