forked from flux-framework/flux-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libflux: reimplement flux_requeue() using mpipe
Problem: flux_requeue() is implemented using flux_msglist, but mpipe is now the more appropriate container. Migrate implementation to mpipe. Check flux_requeue() arguments a bit more thorougly and update unit test to exercise this. Add a unit test that ensures a message aux container survives requeue/recv since the KVS relies on it to cache lookup state between reactor loops.
- Loading branch information
Showing
2 changed files
with
40 additions
and
10 deletions.
There are no files selected for viewing
This file contains 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 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