summaryrefslogtreecommitdiff
path: root/coroutine/ucontext/Context.h
diff options
context:
space:
mode:
Diffstat (limited to 'coroutine/ucontext/Context.h')
-rw-r--r--coroutine/ucontext/Context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/coroutine/ucontext/Context.h b/coroutine/ucontext/Context.h
index 39d7ca70ca..d338d8de60 100644
--- a/coroutine/ucontext/Context.h
+++ b/coroutine/ucontext/Context.h
@@ -27,6 +27,7 @@ struct coroutine_context
{
ucontext_t state;
struct coroutine_context * from;
+ void *argument;
};
typedef COROUTINE(* coroutine_start)(struct coroutine_context *from, struct coroutine_context *self);