Attention is currently required from: osmith. pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/osmo-mgw/+/29750 )
Change subject: mgcp-client: Introduce APIs to manually select mgcp_client from pool ......................................................................
Patch Set 2:
(1 comment)
File include/osmocom/mgcp_client/mgcp_client_pool.h:
https://gerrit.osmocom.org/c/osmo-mgw/+/29750/comment/14882030_a5674d99 PS2, Line 17: mgcp_client_pool_member_get
Not so obvious from the function name what this does. […]
This follows the classical get() and put() to obtain a pointer with a refcount. It can also be inferred by looking at mgcp_client_pool_get() or the documentation.