summaryrefslogtreecommitdiff
path: root/ncache.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-11 23:40:51 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2013-02-11 23:40:51 +0000
commit95d1e56669c825875eb47351547d8b545ac1ccaa (patch)
treebdaae43f755b39283d34194b8231ef8569e9108b /ncache.h
parent766b22d88d180248ed427ff93b5f5dc85498fbe3 (diff)
parentc159a059bdc152931e22f2e86553acb25c78183a (diff)
Merge branch 'nsmux' into nsmux-notifynsmux-notify
Diffstat (limited to 'ncache.h')
-rw-r--r--ncache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ncache.h b/ncache.h
index 618bd2dc8..ddc4e9e47 100644
--- a/ncache.h
+++ b/ncache.h
@@ -59,7 +59,7 @@ struct ncache
int size_current;
/*a lock */
- struct mutex lock;
+ pthread_mutex_t lock;
}; /*struct ncache */
/*---------------------------------------------------------------------------*/
typedef struct ncache ncache_t;