Attention is currently required from: fixeria.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmocore/+/31914 )
Change subject: {context,select}: cosmetic: use OTC_SELECT instead of osmo_ctx->select ......................................................................
Patch Set 2:
(1 comment)
File src/core/context.c:
https://gerrit.osmocom.org/c/libosmocore/+/31914/comment/1e2427f1_7751413f PS2, Line 33: osmo_ctx->select = talloc_named_const(OTC_GLOBAL, 0, "select"); I'd actually prefer leaving the variable names here, since it's really where they are set so it's far more clear to understand osmo_ctx->global and OTC_GLOBAL are actually the same.