Allow direct access to the dirfd of a directory handle
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Sun, 5 May 2019 22:47:26 +0000 (18:47 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 18 Jul 2019 19:58:24 +0000 (15:58 -0400)
commitfacc1162cc341da6eb82a6aef22e6ebf0e97c460
tree5f9ac9d3975083d7d1c9e930287c6c57ee627bce
parent28cc88f3d462587c4fe37497b728fdb7cbc73e97
Allow direct access to the dirfd of a directory handle

Serialization functions need access to the dirfd of a directory handle
in order to pass the fd and re-build the directory handle in
another process.

This function should not be used for other purposes. It is
also only available in the 'enable-dirfd' configuration, which
is assumed for the session daemon.

Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
src/common/compat/directory-handle.h
This page took 0.025247 seconds and 4 git commands to generate.