updated browser capabilities file
[mono.git] / mono / io-layer / mutex-private.h
index 15d670234343804bccaaf1786a163e9a7c51e152..dd9fcbf24910d9dd85aaea4b470a89d34a714988 100644 (file)
@@ -1,3 +1,12 @@
+/*
+ * mutex-private.h:  Private definitions for mutex handles
+ *
+ * Author:
+ *     Dick Porter (dick@ximian.com)
+ *
+ * (C) 2002 Ximian, Inc.
+ */
+
 #ifndef _WAPI_MUTEX_PRIVATE_H_
 #define _WAPI_MUTEX_PRIVATE_H_
 
@@ -10,7 +19,7 @@ extern struct _WapiHandleOps _wapi_mutex_ops;
 
 struct _WapiHandle_mutex
 {
-       guint32 name;
+       WapiSharedNamespace sharedns;
        pid_t pid;
        pthread_t tid;
        guint32 recursion;