diff options
Diffstat (limited to 'src/ctx.h')
-rw-r--r-- | src/ctx.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -102,6 +102,8 @@ struct bfs_ctx { struct rlimit orig_nofile; /** The current RLIMIT_NOFILE limits. */ struct rlimit cur_nofile; + /** Whether the fd limit should be raised. */ + bool raise_nofile; /** The current time. */ struct timespec now; |