Merge pull request #5714 from alexischr/update_bockbuild
[mono.git] / mono / mini / tasklets.h
index 025a8d2db5a4335503ded53572a5f4989c60fe83..fc6f0b8178a9c6144c778aaa22c9297478b7bf14 100644 (file)
@@ -1,3 +1,7 @@
+/**
+ * \file
+ */
+
 #ifndef __MONO_TASKLETS_H__
 #define __MONO_TASKLETS_H__
 
@@ -6,7 +10,7 @@
 typedef struct {
        MonoLMF *lmf;
        gpointer top_sp;
-       gsize thread_id;
+       MonoNativeThreadId thread_id;
        MonoDomain *domain;
 
        /* the instruction pointer and stack to return to on Restore */