Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src / surf / network.c
index 47e1030..d64df51 100644 (file)
@@ -510,7 +510,7 @@ static double net_share_resources_lazy(double now)
               GENERIC_ACTION(action).max_duration);
 
     if (action->index_heap >= 0) {
-      heap_remove((surf_action_network_CM02_t) action);
+      heap_remove(action);
     }
 
     if (min != -1) {