Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Ajout de tests pour kill et start time
[simgrid.git] / src / simix / smx_smurf_private.h
index 07385e9..c16c605 100644 (file)
@@ -223,6 +223,7 @@ typedef struct s_smx_simcall {
       xbt_main_func_t code;
       void *data;
       const char *hostname;
+      double kill_time;
       int argc;
       char **argv;
       xbt_dict_t properties;
@@ -540,9 +541,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;