|
@@ -1,7 +1,7 @@
|
|
|
/* StarPU --- Runtime system for heterogeneous multicore architectures.
|
|
|
*
|
|
|
* Copyright (C) 2010-2017 Université de Bordeaux
|
|
|
- * Copyright (C) 2010, 2011, 2012, 2013, 2014 CNRS
|
|
|
+ * Copyright (C) 2010, 2011, 2012, 2013, 2014, 2017 CNRS
|
|
|
* Copyright (C) 2011 Télécom-SudParis
|
|
|
* Copyright (C) 2011, 2014, 2016 INRIA
|
|
|
* Copyright (C) 2016 Uppsala University
|
|
@@ -181,13 +181,13 @@ struct starpu_task
|
|
|
unsigned destroy:1;
|
|
|
unsigned regenerate:1;
|
|
|
|
|
|
- unsigned workerid;
|
|
|
- unsigned workerorder;
|
|
|
-
|
|
|
unsigned scheduled:1;
|
|
|
|
|
|
unsigned int mf_skip:1;
|
|
|
|
|
|
+ unsigned workerid;
|
|
|
+ unsigned workerorder;
|
|
|
+
|
|
|
int priority;
|
|
|
|
|
|
enum starpu_task_status status;
|