Explorar el Código

doc: add missing documentation

Nathalie Furmento hace 12 años
padre
commit
f2e1b690af
Se han modificado 1 ficheros con 4 adiciones y 0 borrados
  1. 4 0
      doc/chapters/api.texi

+ 4 - 0
doc/chapters/api.texi

@@ -599,6 +599,10 @@ Get a pointer to the structure describing the different methods used
 to manipulate the given data. See @ref{struct starpu_data_interface_ops} for more details on this structure.
 @end deftypefun
 
+@deftypefun unsigned starpu_data_get_sequential_consistency_flag (starpu_data_handle_t @var{handle})
+Return the sequential consistency flag of the given data.
+@end deftypefun
+
 @node Access registered data from the application
 @subsection Access registered data from the application