Skip to content

Commit b17e56f

Browse files
shadchinedsiper
authored andcommitted
in_tail: Add missed argument processed_bytes
Signed-off-by: Alexander Shadchin <[email protected]>
1 parent 89770ff commit b17e56f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/in_tail/tail_file.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ static int process_content(struct flb_tail_file *file, size_t *bytes)
535535
#else
536536
flb_time_get(&out_time);
537537
flb_tail_file_pack_line(out_sbuf, out_pck, &out_time,
538-
line, line_len, file);
538+
line, line_len, file, processed_bytes);
539539
#endif
540540

541541
go_next:

0 commit comments

Comments
 (0)