Attention is currently required from: pespin.
3 comments:
File libosmo-trx/src/trx_ep.c:
Patch Set #6, Line 348: flush = talloc(iofd, struct trx_ep_ctrl_flush);
Because the caller may call `osmo_trx_ep_free()` right after `osmo_trx_ep_close()`. […]
Implemented postponed free()ing the whole `struct osmo_trx_ep`.
Patch Set #6, Line 552: * finish flushing on its own, since it may outlive the endpoint. */
I don't really see why would you like the ctrl socket to outlive the endpoint. […]
Done
Patch Set #6, Line 581: return !llist_empty(&ep->closing_flushes);
The list exists to let `osmo_trx_ep_free()` find outstanding flushes and sever their back-pointer, s […]
Done
To view, visit change 43112. To unsubscribe, or for help writing mail filters, visit settings.