aboutsummaryrefslogtreecommitdiffstats
path: root/ractor.h
diff options
context:
space:
mode:
Diffstat (limited to 'ractor.h')
-rw-r--r--ractor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ractor.h b/ractor.h
index d3de06b559..1afd91b77c 100644
--- a/ractor.h
+++ b/ractor.h
@@ -125,6 +125,8 @@ struct rb_ractor_struct {
VALUE r_stdin;
VALUE r_stdout;
VALUE r_stderr;
+ VALUE verbose;
+ VALUE debug;
}; // rb_ractor_t is defined in vm_core.h
rb_ractor_t *rb_ractor_main_alloc(void);