Skip to content

Commit

Permalink
scheduler: fixed typo
Browse files Browse the repository at this point in the history
Signed-off-by: leonardo-albertovich <[email protected]>
  • Loading branch information
leonardo-albertovich authored Sep 17, 2024
1 parent 84c84a7 commit 38e7ff0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/fluent-bit/flb_scheduler.h
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ struct flb_sched_timer_coro_cb_params {
struct flb_coro *coro;
};

extern FLB_TLS_DEFINE(struct flb_sched_timer_cb_coro_params, sched_timer_coro_cb_params);
extern FLB_TLS_DEFINE(struct flb_sched_timer_coro_cb_params, sched_timer_coro_cb_params);


struct flb_timer_cb_coro_params {
Expand Down

0 comments on commit 38e7ff0

Please sign in to comment.