Skip to content

zx: return an OwnedFd

Marc-André Lureau requested to merge elmarco/zbus:zx-ownedfd into main

The caller has an easier time taking ownership of the returned FD this way, calling into_raw_fd() on the return value.

Merge request reports