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.
flux-exec: use zlistx_t over zlist_t
Problem: In the near future additional code flux-exec will use the zlistx_t data structure. Some other code in flux-exec already uses the zhashx_t data structure. One lingering data structure still uses the zlist_t data structure. For consistency going forward, convert the lingering use of zlist_t to zlistx_t.
- Loading branch information
Showing
1 changed file
with
18 additions
and
19 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