-
Notifications
You must be signed in to change notification settings - Fork 22
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
Issue420/get nb key@v5 #495
Conversation
b8f3e2a
to
58ff0c8
Compare
OK, after I clicked approve I went and double checked the OpenPMIx and see that neither API there uses PMIX_EXPORT pmix_status_t PMIx_Get(const pmix_proc_t *proc, const char key[],
const pmix_info_t info[], size_t ninfo,
pmix_value_t **val);
PMIX_EXPORT pmix_status_t PMIx_Get_nb(const pmix_proc_t *proc, const char key[],
const pmix_info_t info[], size_t ninfo,
pmix_value_cbfunc_t cbfunc, void *cbdata); |
Yeah, you can't make it a |
Correct - and as I stated in #420, we corrected it to both APIs using |
I did exactly the wrong fix... Good that we caught that before it went out the door. I'll update #420 and we will have to revote on it, I'll check if that'll delay v4.2 based on our rules but I think it will. |
This will now need to mirror #510 |
(cherry picked from commit 491c31f)
Import changes from v4.2 to v5.1
#491
closes #420