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

lib: add new API flb_service_set(flb_ctx_t *ctx, ...) #106

Merged
merged 2 commits into from
Aug 31, 2016

Conversation

nokute78
Copy link
Collaborator

I added a new API flb_service_set for library mode.
User can set global properties of the service with new API. (e.g. Flush)

I updated a test code flb_test_engine.cpp with new API to shorten flush time.

Signed-off-by: Takahiro YAMASHITA [email protected]

User can set a global properties of the service with new API. (e.g. Flush)
  flb_service_set(ctx, Flush, 1, NULL);

Signed-off-by: Takahiro YAMASHITA <[email protected]>
Signed-off-by: Takahiro YAMASHITA <[email protected]>
@edsiper edsiper merged commit 711faf3 into fluent:master Aug 31, 2016
@edsiper
Copy link
Member

edsiper commented Aug 31, 2016

thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants