Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Further cleanups of ruby, plus add FIXME in ruby and Java for the next cleanups
[simgrid.git] / src / surf / network.c
index 384734d..ecd6d4e 100644 (file)
@@ -181,6 +181,8 @@ static int net_action_unref(surf_action_t action)
 
 static void net_action_cancel(surf_action_t action)
 {
+  surf_network_model->action_state_set((surf_action_t) action,
+                                       SURF_ACTION_FAILED);
   return;
 }