From 55fb616348d114a1451ab6cf502a3768d6284e9a Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 13 Feb 2016 12:34:08 -0500 Subject: Follow links if appropriate in predicates. --- bftw.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bftw.h') diff --git a/bftw.h b/bftw.h index 6f6108b..790d422 100644 --- a/bftw.h +++ b/bftw.h @@ -75,6 +75,8 @@ struct BFTW { int at_fd; /** The path relative to atfd for the *at() family of calls. */ const char *at_path; + /** Appropriate flags (such as AT_SYMLINK_NOFOLLOW) for the *at() family of calls. */ + int at_flags; }; enum bftw_action { -- cgit v1.2.3