Attention is currently required from: arehbein.
Patch set 8:Code-Review +1
3 comments:
File src/stream.c:
Patch Set #6, Line 615: cli->state);
there's also the __func__ or __FUNCTION__ macro that could be used here. […]
Done
File src/stream.c:
Patch Set #8, Line 613: osmo_panic("osmo_stream_cli_write_cb() called with unexpected state %d\n", cli->state);
why the line wrap here ? having this in one line certainly doesn't exceed the permitted line length.
why the line wrap here ? having this in one line certainly doesn't exceed the permitted line length.
To view, visit change 33206. To unsubscribe, or for help writing mail filters, visit settings.