Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prototype for creating one timer coro per output thread #29

Open
wants to merge 12 commits into
base: s3-refactor-timer-coros-awspr-sched-exp
Choose a base branch
from
Prev Previous commit
Next Next commit
wip
  • Loading branch information
PettitWesley committed Nov 28, 2023
commit 2289649ac37bd9153c21455bc5bda14d7c9685f8
2 changes: 2 additions & 0 deletions include/fluent-bit/flb_output.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@

struct flb_output_flush;

struct flb_out_thread_instance;

struct flb_out_thread_instance;
int flb_output_thread_pool_coros_size(struct flb_output_instance *ins);
struct flb_out_thread_instance *flb_output_thread_instance_get();
Expand Down
Loading