Attention is currently required from: daniel, fixeria, pespin.
3 comments:
File src/osmo-bsc/meas_feed.c:
&(struct osmo_io_ops) {
.read_cb = meas_feed_noop_cb,
.write_cb = meas_feed_noop_cb,
.segmentation_cb = NULL,
}, NULL);
@vyanitskiy@sysmocom. […]
Done
File src/osmo-bsc/meas_feed.c:
Patch Set #6, Line 33: static struct meas_feed_state g_mfs = {.txqueue_max = MEAS_FEED_TXQUEUE_MAX_LEN_DEFAULT};
I gree with Daniel, we usually use the way he proposed. […]
I hope it's okay with `g_mfs` as a oneliner, I have added the space before and after.
Patch Set #6, Line 133: struct osmo_io_ops meas_feed_oio = {.read_cb = NULL, .write_cb = meas_feed_noop_cb,
Ack
Done
To view, visit change 34526. To unsubscribe, or for help writing mail filters, visit settings.