summaryrefslogtreecommitdiffstats
path: root/ctx.h
diff options
context:
space:
mode:
Diffstat (limited to 'ctx.h')
-rw-r--r--ctx.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ctx.h b/ctx.h
index ba9bca4..2046ce6 100644
--- a/ctx.h
+++ b/ctx.h
@@ -75,6 +75,8 @@ struct bfs_ctx {
enum debug_flags debug;
/** Whether to ignore deletions that race with bfs (-ignore_readdir_race). */
bool ignore_races;
+ /** Whether to show a status bar (-status). */
+ bool status;
/** Whether to only return unique files (-unique). */
bool unique;
/** Whether to print warnings (-warn/-nowarn). */