summaryrefslogtreecommitdiffstats
path: root/bfs.h
diff options
context:
space:
mode:
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;