Quellcode durchsuchen

add new sets of functions in doc

Corentin Salingue vor 12 Jahren
Ursprung
Commit
e8212f5c81
1 geänderte Dateien mit 12 neuen und 1 gelöschten Zeilen
  1. 12 1
      doc/doxygen/chapters/api/data_out_of_core.doxy

+ 12 - 1
doc/doxygen/chapters/api/data_out_of_core.doxy

@@ -33,4 +33,15 @@ Close an existing file memory opened with starpu_disk_open.
 \ingroup API_Out_Of_Core
 This set uses the stdio library (fwrite, fread...) to read/write on disk. <br />
 <strong>Warning: It creates one file per allocation !</strong>  <br />
-*/ 
+
+\var starpu_disk_unistd_ops
+\ingroup API_Out_Of_Core
+This set uses the unistd library (write, read...) to read/write on disk. <br />
+<strong>Warning: It creates one file per allocation !</strong>  <br />
+
+\var starpu_disk_unistd_o_direct_ops
+\ingroup API_Out_Of_Core
+This set uses the unistd library (write, read...) to read/write on disk with the O_DIRECT flag. <br />
+<strong>Warning: It creates one file per allocation !</strong>  <br />
+
+*/