Add fd_handle interface
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 22 Jul 2020 19:29:17 +0000 (15:29 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Mon, 27 Jul 2020 20:31:53 +0000 (16:31 -0400)
An fd_handle allows the reference counting of file descriptors which may
be shared by multiple objects. There is no synchronization imposed (or
provided) for the use of the underlying file descriptors as this utility
meant to be used on file descriptors where this would not make
sense (eventfd, dir fd, etc.)

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
Change-Id: I1bdeb48caddda125aa8f41afd502df2eb4a0b8b2


No differences found
This page took 0.025032 seconds and 4 git commands to generate.