summaryrefslogtreecommitdiffhomepage
path: root/include/mruby.h
diff options
context:
space:
mode:
authorYukihiro "Matz" Matsumoto <[email protected]>2013-05-22 11:05:22 +0900
committerYukihiro "Matz" Matsumoto <[email protected]>2013-05-22 11:05:22 +0900
commit2045a3529266e903d0db0c9e16081fe2fa01b9df (patch)
tree33458e1f6953cf6851db4bcff85d4d899f04058e /include/mruby.h
parent1cfd3fb9eb7d53b7f91126169ae48b7c64a8cd3e (diff)
downloadmruby-2045a3529266e903d0db0c9e16081fe2fa01b9df.tar.gz
mruby-2045a3529266e903d0db0c9e16081fe2fa01b9df.zip
garbage collect context (fiber) properly
Diffstat (limited to 'include/mruby.h')
-rw-r--r--include/mruby.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/mruby.h b/include/mruby.h
index 73c38cf1d..925344502 100644
--- a/include/mruby.h
+++ b/include/mruby.h
@@ -74,6 +74,8 @@ struct mrb_context {
int rsize;
struct RProc **ensure;
int esize;
+
+ struct RFiber *fib;
};
enum gc_state {