-
Notifications
You must be signed in to change notification settings - Fork 348
Convert execd to use pcmk__request_t #3915
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
Open
clumens
wants to merge
21
commits into
ClusterLabs:main
Choose a base branch
from
clumens:execd-request_t
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
3ee3cf3
Refactor: daemons: Move IPC server skeleton code to execd_messages.c.
clumens 836ae0d
Refactor: daemons: Rename variables in execd_messages.c.
clumens a3bb87a
Refactor: daemons: Add execd_process_message.
clumens 9f83b81
Refactor: daemons: Condense duplicated IPC code.
clumens 78e8997
Refactor: daemons: Use pcmk__request_t for CRM_OP_REGISTER.
clumens 2e4be16
Refactor: daemons: Use pcmk__request_t for LRMD_OP_RSC_INFO.
clumens a21c989
Refactor: daemons: Expose two more functions to all of execd.
clumens 397804a
Refactor: daemons: Use pcmk__request_t for LRMD_OP_RSC_REG.
clumens 694061d
Refactor: daemons: Use pcmk__request_t for LRMD_OP_RSC_EXEC.
clumens cd1ba02
Refactor: daemons: Use pcmk__request_t for LRMD_OP_RSC_CANCEL.
clumens 0f1ef52
Refactor: daemons: Use pcmk__request_t for LRMD_OP_ALERT_EXEC.
clumens 9dcef97
Refactor: daemons: Use pcmk__request_t for LRMD_OP_POKE.
clumens f49fe3a
Refactor: daemons: Use pcmk__request_t for LRMD_OP_GET_RECURRING.
clumens 63f0603
Refactor: daemons: Use pcmk__request_t for LRMD_OP_CHECK.
clumens 10d2a05
Refactor: daemons: Use pcmk__request_t for LRMD_OP_RSC_UNREG.
clumens c59059b
Refactor: daemons: Use pcmk__request_t for LRMD_OP_IPC_FWD.
clumens 7d56d46
Refactor: daemons: Add handle_unknown_request.
clumens ba47d0b
Low: daemons: Correct result error string on unknown IPC messages.
clumens 5dc6e6c
Refactor: daemons: Add an execd_create_reply macro...
clumens 34d7619
Low: daemons: Return CRM_EX_PROTOCOL when ACKing an unknown request.
clumens 821786b
Low: daemons: Send a NACK instead of an ACK when there's an error.
clumens File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.