Browse Source

Doc: "magic" field of the "starpu_task" structure.

Cyril Roelandt 13 years ago
parent
commit
8a48c72518
1 changed files with 2 additions and 1 deletions
  1. 2 1
      doc/chapters/basic-api.texi

+ 2 - 1
doc/chapters/basic-api.texi

@@ -1323,7 +1323,8 @@ This is private to StarPU, do not modify. If the task is allocated by hand
 (without starpu_task_create), this field should be set to NULL.
 (without starpu_task_create), this field should be set to NULL.
 
 
 @item @code{magic}
 @item @code{magic}
-todo
+This field is set when initializing a task. It prevents a task from being
+submitted if it has not been properly initialized.
 @end table
 @end table
 @end deftp
 @end deftp