[runtime] Get rid of the wapi_thread_interrupt_self () and the has_apc flag, it doesn...
[mono.git] / mono / io-layer / event-private.h
index 30ceb3cbae24ef209841c3f3fa2fa7470e60972f..5b3ec44b193410d51fe8ebd500e2035ba0c1b56a 100644 (file)
 #include <glib.h>
 #include <pthread.h>
 
-#include <mono/io-layer/mono-mutex.h>
+#include <mono/utils/mono-mutex.h>
 
 extern struct _WapiHandleOps _wapi_event_ops;
+extern struct _WapiHandleOps _wapi_namedevent_ops;
 
 extern void _wapi_event_details (gpointer handle_info);
 
@@ -26,4 +27,11 @@ struct _WapiHandle_event
        guint32 set_count;
 };
 
+struct _WapiHandle_namedevent
+{
+       WapiSharedNamespace sharedns;
+       gboolean manual;
+       guint32 set_count;
+};
+
 #endif /* _WAPI_EVENT_PRIVATE_H_ */