diff --git a/include/fluent-bit/stream_processor/flb_sp.h b/include/fluent-bit/stream_processor/flb_sp.h index 506f8b5f161..81ee8ccc6be 100644 --- a/include/fluent-bit/stream_processor/flb_sp.h +++ b/include/fluent-bit/stream_processor/flb_sp.h @@ -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;