]> AND Public Git Repository - simgrid.git/blobdiff - src/plugins/file_system/s4u_FileSystem.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remote Exec should not survive to a host failure
[simgrid.git] / src / plugins / file_system / s4u_FileSystem.cpp
index 12dd673424312459b2cd08c0427ac2d8016ebe95..d0c365c484b3ac2d6d84d2a4d64468bae8dd6a0c 100644 (file)
@@ -152,6 +152,7 @@ sg_size_t File::read(sg_size_t size)
  * @ingroup plugin_filesystem
  *
  * @param size of the file to write
+ * @param write_inside
  * @return the number of bytes successfully write or -1 if an error occurred
  */
 sg_size_t File::write(sg_size_t size, bool write_inside)