浏览代码

Add note about updating starpu_task_ft_create_retry when adding task fields

Samuel Thibault 5 年之前
父节点
当前提交
0429329d12
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      include/starpu_task.h

+ 2 - 1
include/starpu_task.h

@@ -1180,7 +1180,8 @@ struct starpu_task
    equivalent to initializing a structure starpu_task
    with the function starpu_task_init().
 */
-/* Note: remember to update starpu_task_init as well */
+/* Note: remember to update starpu_task_init and starpu_task_ft_create_retry
+ * as well */
 #define STARPU_TASK_INITIALIZER 			\
 {							\
 	.cl = NULL,					\