diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2016-02-13 12:34:08 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2016-02-13 12:49:38 -0500 |
commit | 55fb616348d114a1451ab6cf502a3768d6284e9a (patch) | |
tree | ef5f72632be59a2acb903c6ba7ef8f8355474f6d /bftw.h | |
parent | 603b9da0a0ef485393e9fb9fa14c139cedbe92d0 (diff) | |
download | bfs-55fb616348d114a1451ab6cf502a3768d6284e9a.tar.xz |
Follow links if appropriate in predicates.
Diffstat (limited to 'bftw.h')
-rw-r--r-- | bftw.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 { |