Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement file stat for storage model.
[simgrid.git] / src / simix / smx_smurf_private.h
index 07385e95ddc83a265d15face7ca6f9ebe8ec3f67..a0888c152f4c5384c475fe5b3ee3a3ae5d841950 100644 (file)
@@ -540,9 +540,8 @@ typedef struct s_smx_simcall {
 
     struct {
       const char* storage;
-      int fd;
-      //Next should be struct stat* buf
-      void* buf;
+      smx_file_t fd;
+      s_file_stat_t buf;
       int result;
     } file_stat;