|
@@ -122,11 +122,10 @@ LIST_TYPE(_starpu_job,
|
|
|
* local variable */
|
|
|
struct timespec cl_start;
|
|
|
|
|
|
-#ifdef STARPU_USE_FXT
|
|
|
/* A symbol name may be associated to the job directly for debug
|
|
|
* purposes (for instance if the codelet is NULL). */
|
|
|
const char *model_name;
|
|
|
-#endif
|
|
|
+
|
|
|
struct bound_task *bound_task;
|
|
|
|
|
|
/* Number of workers executing that task (>1 if the task is parallel)
|