Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
partially reindent that file
[simgrid.git] / src / simix / smx_network.c
index 56f4086..c3265f6 100644 (file)
@@ -668,6 +668,7 @@ void SIMIX_comm_finish(smx_action_t action)
     }
 
     req->issuer->waiting_action = NULL;
+    xbt_fifo_remove(req->issuer->comms, action);
     SIMIX_request_answer(req);
     destroy_count++;
   }