ソースを参照

add new sets of functions in doc

Corentin Salingue 12 年 前
コミット
e8212f5c81
共有1 個のファイルを変更した12 個の追加1 個の削除を含む
  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 />
+
+*/