Skip to content
Success

Changes

Summary

  1. osmo_io: close() op in backend only takes care of closing (details)
Commit 4909945ee8282417b88251609b7fbef2b6353686 by Pau Espin Pedrol
osmo_io: close() op in backend only takes care of closing

Move dependent steps such as unregister to be done at the common path,
and leave the close() op on each backend to implement only the specific
close operations.

Change-Id: I0150afcc0b83ea8b2d00d108658ed688ce487f7f
The file was modifiedsrc/core/osmo_io_poll.c
The file was modifiedsrc/core/osmo_io_uring.c
The file was modifiedsrc/core/osmo_io.c