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

Add signal handling to orch and node event loops. #71

Merged
merged 1 commit into from
Jan 24, 2023

Conversation

sdunnagan
Copy link
Contributor

Signed-off-by: Steve Dunnagan sdunnaga@redhat.com

This PR addresses issue #67. Now if a SIGTERM signal is sent to hirte or hirte-node processes, registered handlers are invoked by their respective event loops. These handlers can initiate whatever clean-up is needed, and then exit the event loops.

libhirte/src/node.c Outdated Show resolved Hide resolved
tags Outdated Show resolved Hide resolved
Signed-off-by: Steve Dunnagan <sdunnaga@redhat.com>
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.

3 participants