Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
commit the output of simcalls.py too
[simgrid.git] / src / surf / workstation_interface.hpp
index b4e2dd7b0b0807c40d7a4d3abcc19f1d6b1b01e2..add4082ecac7bcfd9315a3016c92e032097cb8f3 100644 (file)
@@ -346,7 +346,7 @@ public:
    *  - SEEK_END: end of the file
    * @return MSG_OK if successful, otherwise MSG_TASK_CANCELED
    */
-  virtual int fileSeek(surf_file_t fd, sg_size_t offset, int origin);
+  virtual int fileSeek(surf_file_t fd, sg_offset_t offset, int origin);
 
   /**
    * @brief Move a file to another location on the *same mount point*.