diff options
Diffstat (limited to 'xlators/performance/readdir-ahead/src/readdir-ahead.h')
-rw-r--r-- | xlators/performance/readdir-ahead/src/readdir-ahead.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xlators/performance/readdir-ahead/src/readdir-ahead.h b/xlators/performance/readdir-ahead/src/readdir-ahead.h index dda1a69246c..3c06cc0f107 100644 --- a/xlators/performance/readdir-ahead/src/readdir-ahead.h +++ b/xlators/performance/readdir-ahead/src/readdir-ahead.h @@ -45,6 +45,7 @@ struct rda_priv { uint64_t rda_high_wmark; uint64_t rda_cache_limit; gf_atomic_t rda_cache_size; + gf_boolean_t parallel_readdir; }; #endif /* __READDIR_AHEAD_H */ |