Skip to content

Commit

Permalink
scheduler: fix typo on macro name
Browse files Browse the repository at this point in the history
Signed-off-by: Eduardo Silva <[email protected]>
  • Loading branch information
edsiper committed Aug 15, 2024
1 parent 0e0ec91 commit e8e28b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/flb_scheduler.c
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,7 @@ int flb_sched_event_handler(struct flb_config *config, struct mk_event *event)
sched = timer->data;

#if defined(FLB_EVENT_LOOP_KQUEUE) || defined(MK_EVENT_LOOP_KQUEUE) || \
defined(FLB_EVENT_LOOP_POLL) || defined(MK_EVENT_LOOP_POLL)
defined(FLB_EVENT_LOOP_POLL) || defined(MK_EVENT_LOOP_EPOLL)
consume_byte(sched->frame_fd);
#endif
schedule_request_promote(sched);
Expand Down

0 comments on commit e8e28b8

Please sign in to comment.