Skip to content

Commit

Permalink
sp: changed property type to prevent lossy cast
Browse files Browse the repository at this point in the history
Signed-off-by: leonardo-albertovich <[email protected]>
  • Loading branch information
leonardo-albertovich authored and edsiper committed Sep 1, 2024
1 parent 44ac419 commit d466d6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fluent-bit/stream_processor/flb_sp.h
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ struct flb_sp_task_window {
*/
bool first_hop;
int fd_hop;
int advance_by;
time_t advance_by;
struct mk_list hopping_slot;

int records;
Expand Down

0 comments on commit d466d6f

Please sign in to comment.