Mercurial > hg > Members > Moririn
diff src/parallel_execution/origin_cs.h @ 236:865179a0a56d
fix taskManager
author | ikkun |
---|---|
date | Mon, 23 Jan 2017 20:00:46 +0900 |
parents | 9e139a340bd1 |
children | 421ea91dd76c |
line wrap: on
line diff
--- a/src/parallel_execution/origin_cs.h Mon Jan 23 17:49:36 2017 +0900 +++ b/src/parallel_execution/origin_cs.h Mon Jan 23 20:00:46 2017 +0900 @@ -1,3 +1,4 @@ extern __code start_code(struct Context* context); extern __code exit_code(struct Context* context); extern __code meta(struct Context* context, enum Code next); +extern __code initContext(struct Context* context);