summaryrefslogtreecommitdiffstats
path: root/bftw.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-02-13 12:34:08 -0500
committerTavian Barnes <tavianator@tavianator.com>2016-02-13 12:49:38 -0500
commit55fb616348d114a1451ab6cf502a3768d6284e9a (patch)
treeef5f72632be59a2acb903c6ba7ef8f8355474f6d /bftw.h
parent603b9da0a0ef485393e9fb9fa14c139cedbe92d0 (diff)
downloadbfs-55fb616348d114a1451ab6cf502a3768d6284e9a.tar.xz
Follow links if appropriate in predicates.
Diffstat (limited to 'bftw.h')
-rw-r--r--bftw.h2
1 files changed, 2 insertions, 0 deletions
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 {