summaryrefslogtreecommitdiff
path: root/lnode.h
diff options
context:
space:
mode:
Diffstat (limited to 'lnode.h')
-rw-r--r--lnode.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lnode.h b/lnode.h
index 2a142094d..7252be27e 100644
--- a/lnode.h
+++ b/lnode.h
@@ -90,7 +90,7 @@ struct lnode
struct lnode *entries;
/*the lock, protecting this lnode */
- struct mutex lock;
+ pthread_mutex_t lock;
}; /*struct lnode */
/*---------------------------------------------------------------------------*/
typedef struct lnode lnode_t;