Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
authorArnaud Legrand <arnaud.legrand@imag.fr>
Fri, 2 Mar 2012 16:29:10 +0000 (17:29 +0100)
committerArnaud Legrand <arnaud.legrand@imag.fr>
Mon, 5 Mar 2012 11:05:21 +0000 (12:05 +0100)
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) {