X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ecd057376de847d40e1e29e2bf33e95eae3f835f..04a207ea8a9ddfba41b4d3806451b051eb1ba05c:/include/simgrid/plugins/file_system.h diff --git a/include/simgrid/plugins/file_system.h b/include/simgrid/plugins/file_system.h index 28c31ea4d9..899488934c 100644 --- a/include/simgrid/plugins/file_system.h +++ b/include/simgrid/plugins/file_system.h @@ -126,6 +126,7 @@ public: void seek(sg_offset_t pos); /** Sets the file head to the given position. */ void seek(sg_offset_t pos, int origin); /** Sets the file head to the given position from a given origin. */ sg_size_t tell() const; /** Retrieves the current file position */ + void update_position(sg_offset_t); /** set new position in file, grow it if necessary, and increased usage */ /** Rename a file. WARNING: It is forbidden to move the file to another mount point */ void move(const std::string& fullpath) const;