directory-handle: make lttng_directory_handle_stat public
authorJérémie Galarneau <jeremie.galarneau@efficios.com>
Wed, 29 Jan 2020 04:37:49 +0000 (23:37 -0500)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 30 Jan 2020 06:55:34 +0000 (01:55 -0500)
commit57b1431829d660508840fc820a19ee27f5e1a711
tree9bcafcd0472def965990705f73d637de22273f75
parent1e4f5625e7341134c8e9ac32843afd1ca1e71a21
directory-handle: make lttng_directory_handle_stat public

Allow users of the directory handle API to perform stat() calls
relative to a directory handle (through statat() or stat(), depending
on the implementation).

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