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
??? build failing why ???
Signed-off-by: Wesley Pettit <wppttt@amazon.com>
  • Loading branch information
PettitWesley committed Nov 17, 2023
commit 8de7ac3cf54e4a45adc090b335faa9791a900d5d
4 changes: 4 additions & 0 deletions include/fluent-bit/flb_output.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,10 @@

struct flb_output_flush;

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();

/*
* Tests callbacks
* ===============
Expand Down
Loading