aboutsummaryrefslogtreecommitdiffstats
path: root/vm_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'vm_core.h')
-rw-r--r--vm_core.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vm_core.h b/vm_core.h
index 80d3b3e586..fbffa30b28 100644
--- a/vm_core.h
+++ b/vm_core.h
@@ -427,6 +427,7 @@ struct rb_thread_struct
int interrupt_flag;
rb_unblock_function_t *unblock_function;
+ void *unblock_function_arg;
rb_thread_lock_t interrupt_lock;
struct rb_vm_tag *tag;