Mercurial > hg > GearsTemplate
diff src/parallel_execution/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 | d8a59b727f65 |
children | a1fb3f2d1a36 |
line wrap: on
line diff
--- a/src/parallel_execution/context.h Mon Jan 09 21:39:33 2017 +0900 +++ b/src/parallel_execution/context.h Wed Jan 11 16:52:27 2017 +0900 @@ -92,7 +92,7 @@ struct Context* contexts; enum Code execute; enum Code taskSend; - enum Code taskRecive; + enum Code taskReceive; enum Code shutdown; struct Queue* tasks; } Worker;