diff options
Diffstat (limited to 'xlators/storage/posix/src/posix.h')
| -rw-r--r-- | xlators/storage/posix/src/posix.h | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/xlators/storage/posix/src/posix.h b/xlators/storage/posix/src/posix.h index 3280c979e79..f92e256fbc0 100644 --- a/xlators/storage/posix/src/posix.h +++ b/xlators/storage/posix/src/posix.h @@ -78,6 +78,8 @@ struct posix_private {  	struct timeval prev_fetch_time;  	struct timeval init_time; +        time_t last_landfill_check; +        int32_t janitor_sleep_duration;          struct list_head janitor_fds;          pthread_cond_t janitor_cond;          pthread_mutex_t janitor_lock;  | 
