From 3c8233869d34713860c48b1230c3ea06b8767b88 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sat, 22 Oct 2016 21:05:47 -0400 Subject: Implement -ignore_readdir_race. --- bfs.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bfs.h') 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; -- cgit v1.2.3