Mercurial > hg > GearsTemplate
view src/include/context.h @ 222:77faa28128b4
Add taskSend for TaskManager
author | Tatsuki IHA <e125716@ie.u-ryukyu.ac.jp> |
---|---|
date | Wed, 11 Jan 2017 16:52:27 +0900 |
parents | a765eb7f3b7c |
children |
line wrap: on
line source
typedef struct Context_st { void* ds; void* mds; void* ds_heap; void* mds_heap; __code (*next)(); void* head; } Context;