diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-08 11:12:30 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-07-08 11:12:30 +0200 |
commit | 7a05d6fac03cd1d96ef219ad64cb2a61c8300c47 (patch) | |
tree | ed8a36e984ffb3683a2428e345c774481dd34ba8 /cache.h | |
parent | e559567111b9b5dd46cf5e3278e71cc0b2423cfa (diff) | |
parent | 09a547f9155e54fd34c4fab20ff98d906cedb2c2 (diff) |
Merge remote-tracking branch 'origin/tarfs/master' into tarfs
Diffstat (limited to 'cache.h')
-rw-r--r-- | cache.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -46,7 +46,7 @@ struct cache size_t size; /* Lock of this cache */ - struct mutex lock; + pthread_mutex_t lock; }; /* Initializes the cache backend. READ is the method that will be called |