Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : detection of acceptance cycle when the first acceptance pair reached
[simgrid.git] / src / simix / smx_smurf.c
index bd82cea..bb129ca 100644 (file)
@@ -483,6 +483,7 @@ void SIMIX_request_pre(smx_req_t req, int value)
           SIMIX_host_get_name(SIMIX_process_get_host(req->issuer))
           );
       break;
+
   }
 }