aboutsummaryrefslogtreecommitdiff
path: root/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'cache.c')
-rw-r--r--cache.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/cache.c b/cache.c
index 96f7603..aeb14ec 100644
--- a/cache.c
+++ b/cache.c
@@ -21,12 +21,12 @@
struct cache {
int on;
- unsigned stat_timeout_secs;
- unsigned dir_timeout_secs;
- unsigned link_timeout_secs;
- unsigned max_size;
- unsigned clean_interval_secs;
- unsigned min_clean_interval_secs;
+ unsigned int stat_timeout_secs;
+ unsigned int dir_timeout_secs;
+ unsigned int link_timeout_secs;
+ unsigned int max_size;
+ unsigned int clean_interval_secs;
+ unsigned int min_clean_interval_secs;
struct fuse_cache_operations *next_oper;
GHashTable *table;
pthread_mutex_t lock;