aboutsummaryrefslogtreecommitdiffstats
path: root/yarvcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'yarvcore.h')
-rw-r--r--yarvcore.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/yarvcore.h b/yarvcore.h
index ba99c8a2a5..bb4cfcf086 100644
--- a/yarvcore.h
+++ b/yarvcore.h
@@ -497,6 +497,11 @@ struct rb_thread_struct
rb_event_flag_t event_flags;
int tracing;
+ /* fiber */
+ VALUE fiber;
+ VALUE root_fiber;
+ rb_jmpbuf_t root_jmpbuf;
+
/* misc */
int method_missing_reason;
int abort_on_exception;