Attention is currently required from: laforge, fixeria, daniel.
2 comments:
File tests/osmo_io/osmo_io_test.c:
Patch Set #2, Line 41: void *ctx = NULL;
Ack
Done
File tests/osmo_io/osmo_io_test.c:
Patch Set #3, Line 54: printf("%s: Write returned rc=%d\n", osmo_iofd_get_name(iofd), rc);
so in read_cb you have to free msg, but in write_cb you don't?
Answering myself: iofd_poll_ofd_cb_recvmsg_sendmsg() which calls iofd->io_ops.write_cb(iofd, rc, msg); also does later:
```
talloc_free(msghdr);
msgb_free(msg);
```
To view, visit change 32181. To unsubscribe, or for help writing mail filters, visit settings.