浏览代码

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
 \ingroup API_Out_Of_Core
 This set uses the stdio library (fwrite, fread...) to read/write on disk. <br />
 This set uses the stdio library (fwrite, fread...) to read/write on disk. <br />
 <strong>Warning: It creates one file per allocation !</strong>  <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 />
+
+*/