X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ae9cb1a80506c00479fa84f8a56cdce227704628..e487ef4538248f261ddb6e814357593df7646e33:/src/surf/cpu_im.c?ds=sidebyside diff --git a/src/surf/cpu_im.c b/src/surf/cpu_im.c index 2b3b5be83f..e572147806 100644 --- a/src/surf/cpu_im.c +++ b/src/surf/cpu_im.c @@ -180,6 +180,8 @@ static void action_cancel(surf_action_t action) surf_action_state_set(action, SURF_ACTION_FAILED); xbt_heap_remove(action_heap, ((surf_action_cpu_Cas01_im_t) action)->index_heap); + xbt_swag_remove(action, + ((cpu_Cas01_im_t) ACTION_GET_CPU(action))->action_set); return; }