You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Header functions like are unfriendly to users who dynamically load libucp.so. The usual reason for a header function is speed and I don't think that applies for a function that is infrequently called like ucp_init.
This kind of definition is a common trick to hardcode the API version into the calling binary to maintain ABI compatibility. I think if your client is not written in C, it's best to just call ucp_init_version with a hardcoded version directly.
Header functions like are unfriendly to users who dynamically load
libucp.so
. The usual reason for a header function is speed and I don't think that applies for a function that is infrequently called likeucp_init
.ucx/src/ucp/api/ucp.h
Lines 1446 to 1452 in 0e37370
The text was updated successfully, but these errors were encountered: