diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-02-11 23:40:51 +0000 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2013-02-11 23:40:51 +0000 |
commit | 95d1e56669c825875eb47351547d8b545ac1ccaa (patch) | |
tree | bdaae43f755b39283d34194b8231ef8569e9108b /ncache.h | |
parent | 766b22d88d180248ed427ff93b5f5dc85498fbe3 (diff) | |
parent | c159a059bdc152931e22f2e86553acb25c78183a (diff) |
Merge branch 'nsmux' into nsmux-notifynsmux-notify
Diffstat (limited to 'ncache.h')
-rw-r--r-- | ncache.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |