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, 5 Sep 2019 20:39:13 +0000 (16:39 -0400)
commitac58f924a7e9c7d2bdf98e0ad4690f9bd6ba2780
treebdbaca1f26eb7d1d11d9bf63a395afff34e30523
parenta335e585966bda8c17b442eab3f0792220821b8f
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.025842 seconds and 4 git commands to generate.