Skip to content

Commit f83e46e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/fluent-bit/flb_output.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ int flb_chunk_trace_output(struct flb_chunk_trace *trace, struct flb_output_inst
9494
#define FLB_OUTPUT_LOGS 1
9595
#define FLB_OUTPUT_METRICS 2
9696
#define FLB_OUTPUT_TRACES 4
97-
#define FLB_OUTPUT_PROFILES 5
9897
#define FLB_OUTPUT_BLOBS 8
98+
#define FLB_OUTPUT_PROFILES 16
9999

100100
#define FLB_OUTPUT_FLUSH_COMPAT_OLD_18() \
101101
const void *data = event_chunk->data; \

0 commit comments

Comments
 (0)