Attention is currently required from: arehbein, daniel.
1 comment:
File examples/ipa-stream-client.c:
Patch Set #4, 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)
To view, visit change 33194. To unsubscribe, or for help writing mail filters, visit settings.