Attention is currently required from: daniel.
pespin has posted comments on this change. ( https://gerrit.osmocom.org/c/libosmo-netif/+/33336 )
Change subject: stream: Allow setting name printed during logging ......................................................................
Patch Set 3:
(1 comment)
File src/stream.c:
https://gerrit.osmocom.org/c/libosmo-netif/+/33336/comment/3abb40ea_d96b9558 PS1, Line 1228: struct osmo_stream_srv_link *osmo_stream_srv_link_create(void *ctx)
Yes, that's basically what I was trying to say in my last sentence.
I did: - dropped osmo_stream_client2() completely (only param "name" was different) - dropped the param "name" from osmo_stream_srv2(). It's done in 2 followup patches since dropping those has also some dependencies with the "->name" field not needed anymore if I submitted the patches before this one...