Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix SIMIX_post_io. For now SIMIX_req_file_read makes a Surf sleep action.
[simgrid.git] / src / simix / private.h
index 6a9bb77..2897aeb 100644 (file)
@@ -127,8 +127,8 @@ typedef struct s_smx_action {
     } synchro;
 
     struct {
-    smx_host_t host;                /* The host that is sleeping */
-    surf_action_t surf_io;
+      smx_host_t host;
+      surf_action_t surf_io;
     } io;
   };