diff src/parallel_execution/context.h @ 406:9b35e6581b5c

Use task member of context by par goto meta Use task member of context for par goto meta ate_stub.pl
author Tatsuki IHA <innparusu@cr.ie.u-ryukyu.ac.jp>
date Wed, 06 Sep 2017 15:11:27 +0900
parents 8915fce522b3
children 85b0ddbf458e
line wrap: on
line diff
--- a/src/parallel_execution/context.h	Tue Sep 05 16:46:31 2017 +0900
+++ b/src/parallel_execution/context.h	Wed Sep 06 15:11:27 2017 +0900
@@ -97,6 +97,7 @@
     int odg;
     int maxOdg;
     int workerId;
+    struct Context* task;
     struct Queue* tasks;
 #ifdef USE_CUDAWorker
     int num_exec;