pespin has uploaded this change for review. ( https://gerrit.osmocom.org/c/libosmocore/+/41988?usp=email )
Change subject: osmo_io: Remove outdated comment in API doc of osmo_iofd_set_io_buffers() ......................................................................
osmo_io: Remove outdated comment in API doc of osmo_iofd_set_io_buffers()
Multiple iov buffers are supported in poll backend since 4272cd46b1e5b264e6f6b65d38bcb08e3a139a9e.
Related: OS#6705 Change-Id: I9b75f3597081c6cd7e24f75f0e289b93edb3aa86 --- M src/core/osmo_io.c 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://gerrit.osmocom.org:29418/libosmocore refs/changes/88/41988/1
diff --git a/src/core/osmo_io.c b/src/core/osmo_io.c index 3cd9dc5..7c931d3 100644 --- a/src/core/osmo_io.c +++ b/src/core/osmo_io.c @@ -910,7 +910,6 @@ * * If the osmo_io_fd is in OSMO_IO_FD_MODE_READ_WRITE mode, this API function can be used to tell the * osmo_io proecess how many buffers should be read or written with a single read or write operation. - * This feature is supported with io_uring backend only. * * \param[in] iofd the iofd file descriptor * \param[in] op the osmo_io_op (read or write) to set the number of IO buffers for