summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@tavianator.com>2016-10-22 21:05:47 -0400
committerTavian Barnes <tavianator@tavianator.com>2016-10-24 11:19:24 -0400
commit3c8233869d34713860c48b1230c3ea06b8767b88 (patch)
treed2c95dd2370cfd8b1255c08c83b953c29ccd91f2 /bfs.h
parent087b29c53e13299e195942e48ae309817f4f1d93 (diff)
downloadbfs-3c8233869d34713860c48b1230c3ea06b8767b88.tar.xz
Implement -ignore_readdir_race.
Diffstat (limited to 'bfs.h')
-rw-r--r--bfs.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bfs.h b/bfs.h
index e3090c9..b504f0c 100644
--- a/bfs.h
+++ b/bfs.h
@@ -106,6 +106,8 @@ struct cmdline {
int optlevel;
/** Debugging flags. */
enum debug_flags debug;
+ /** Whether to ignore deletions that race with bfs. */
+ bool ignore_races;
/** The command line expression. */
struct expr *expr;