Attention is currently required from: arehbein, daniel.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/33194 )
Change subject: examples: Use osmo_io in {ipa-,}stream-{client,server} ......................................................................
Patch Set 4:
(1 comment)
File examples/ipa-stream-client.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/33194/comment/3cf4fed5_e161ca7f PS4, Line 176: osmo_stream_cli_set_iofd_read_cb(conn, read_cb); I don't really like polluting the APIs in osmo_stream with implementation specific "iofd" names. Rather call them (since they are the preferred way from now on to use the objects): osmo_stream_cli_create2 osmo_stream_cli_set_read_cb2 (or osmo_stream_cli_set_read_cb_msg)