summaryrefslogtreecommitdiff
path: root/node.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 /node.h
parent766b22d88d180248ed427ff93b5f5dc85498fbe3 (diff)
parentc159a059bdc152931e22f2e86553acb25c78183a (diff)
Merge branch 'nsmux' into nsmux-notifynsmux-notify
Diffstat (limited to 'node.h')
-rw-r--r--node.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/node.h b/node.h
index d930a3b69..3d4aac44f 100644
--- a/node.h
+++ b/node.h
@@ -106,7 +106,7 @@ typedef struct node_dirent node_dirent_t;
/*---------------------------------------------------------------------------*/
/*--------Global Variables---------------------------------------------------*/
/*The lock protecting the underlying filesystem*/
-extern struct mutex ulfs_lock;
+extern pthread_mutex_t ulfs_lock;
/*---------------------------------------------------------------------------*/
/*----------------------------------------------------------------------------*/