Explorar el Código

Doc: fields "prev" and "next" of the task structure.

Cyril Roelandt hace 14 años
padre
commit
8de953fb9e
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      doc/chapters/basic-api.texi

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

@@ -1309,10 +1309,10 @@ strategy used performance models.
 todo
 todo
 
 
 @item @code{prev}
 @item @code{prev}
-todo
+A pointer to the previous task. This should only be used by StarPU.
 
 
 @item @code{next}
 @item @code{next}
-todo
+A pointer to the next task. This should only be used by StarPU.
 
 
 @item @code{mf_skip}
 @item @code{mf_skip}
 todo
 todo