From: mquinson Date: Thu, 20 Jul 2006 11:33:56 +0000 (+0000) Subject: Fix a bug in our usage of Paje X-Git-Tag: v3.3~2714 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/39ed918a323bb8b7251c75ca508a215505724a52?ds=sidebyside Fix a bug in our usage of Paje git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2645 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/msg/gos.c b/src/msg/gos.c index 379ca36228..d255d1d5ff 100644 --- a/src/msg/gos.c +++ b/src/msg/gos.c @@ -62,6 +62,8 @@ static MSG_error_t __MSG_task_get_with_time_out_from_host(m_task_t * task, if(max_duration>0) { if(!first_time) { + PAJE_PROCESS_POP_STATE(process); + PAJE_COMM_STOP(process,t,channel); MSG_RETURN(MSG_TRANSFER_FAILURE); } }