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

daemon: Enable to handle user defined control codes #74

Merged
merged 1 commit into from
Nov 30, 2020

Conversation

ashie
Copy link
Contributor

@ashie ashie commented Nov 20, 2020

Description

128 to 255 for windows service's control codes are user-defined code:

but win32-service doesn't handle these codes.

This commit adds a handler for them.

Issues Resolved

None.

Check List

128 to 255 for windows service's control codes are user-defined:

  https://docs.microsoft.com/en-us/windows/win32/api/winsvc/nf-winsvc-controlservice

but win32-service doesn't handle these codes.

This commit adds a handler for them.

Signed-off-by: Takuro Ashie <ashie@clear-code.com>
Copy link
Member

@mwrock mwrock left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice addition!

@ashie
Copy link
Contributor Author

ashie commented Nov 30, 2020

@tas50 Any thoughts?

@tas50 tas50 added the Expeditor: Bump Version Minor Used by github.minor_bump_labels to bump the Minor version number. label Nov 30, 2020
@tas50 tas50 merged commit e536b6f into chef:master Nov 30, 2020
@tas50
Copy link
Contributor

tas50 commented Nov 30, 2020

Totally missed this. thanks @ashie

@ashie
Copy link
Contributor Author

ashie commented Nov 30, 2020

Thanks!

ashie added a commit to fluent/fluentd that referenced this pull request Nov 10, 2021
We need chef/win32-service#74 to support
additional commands of fluent-ctl

Signed-off-by: Takuro Ashie <ashie@clear-code.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Expeditor: Bump Version Minor Used by github.minor_bump_labels to bump the Minor version number.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants