summaryrefslogtreecommitdiff
path: root/ractor_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'ractor_core.h')
-rw-r--r--ractor_core.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/ractor_core.h b/ractor_core.h
index 07528cc69c..dd662141a0 100644
--- a/ractor_core.h
+++ b/ractor_core.h
@@ -127,6 +127,8 @@ struct rb_ractor_struct {
VALUE verbose;
VALUE debug;
+ void *default_rand; // used in random.c
+
// gc.c rb_objspace_reachable_objects_from
struct gc_mark_func_data_struct {
void *data;