[io-layer] Extract socket (#4241)
[mono.git] / mono / mini / tasklets.h
index 025a8d2db5a4335503ded53572a5f4989c60fe83..615f20a4b9b9a1067ae941b0702b87d748aab880 100644 (file)
@@ -6,7 +6,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 */