Merge pull request #2274 from esdrubal/udpclientreceive
[mono.git] / mono / utils / mono-stack-unwinding.h
index cfeb19d31b9f5960698c4925ba8ecb13e711c757..35f7bd0141136dee83f41562195dcc9c88753485 100644 (file)
@@ -94,6 +94,8 @@ typedef struct {
        MonoContext ctx;
        gpointer unwind_data [3]; /*right now: domain, lmf and jit_tls*/
        gboolean valid;
+       void *gc_stackdata;
+       int gc_stackdata_size;
 } MonoThreadUnwindState;