Attention is currently required from: pespin.
1 comment:
File src/host/trxcon/src/l1ctl_link.c:
Patch Set #5, Line 223: osmo_fd_setup(&server->ofd, -1, OSMO_FD_READ, &l1ctl_server_conn_cb, server, 0);
passing "func" vs "&func". I see all code in osmocom passing "func".
There is no difference between func and &func, it's just a matter of taste. I prefer &func, because this makes it explicit that I want a function pointer, and did not just forget to call the function.
To view, visit change 28669. To unsubscribe, or for help writing mail filters, visit settings.