aboutsummaryrefslogtreecommitdiffstats
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 daa652ebff..88b1126546 100644
--- a/ractor_core.h
+++ b/ractor_core.h
@@ -138,6 +138,8 @@ struct rb_ractor_struct {
VALUE verbose;
VALUE debug;
+ rb_hook_list_t event_hooks;
+
struct {
struct RVALUE *freelist;
struct heap_page *using_page;