Hello all
The current "tool_connection" server module function was defined with a void return. This contrasts with most of the other module functions which characteristically return a pmix_status_t, thereby supporting a return status that indicates if the function is not supported or has been atomically completed.
Add a replacement "tool_connection2" function that is identical in signature except for returning a pmix_status_t instead of void. Deprecate the current "tool_connection" function.
The PR is available here:
https://github.com/pmix/pmix-standard/pull/524
Please feel free to vote your preference and/or comment on the change.
Ralph