From: mquinson Date: Wed, 10 Oct 2007 22:43:31 +0000 (+0000) Subject: cosmetics X-Git-Tag: v3.3~990 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/41c669ea6b387c92ce74889d0e00a42e023e10dd?hp=703e84799670334e2fefde2af17dd93ea8c4fc13 cosmetics git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4801 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/src/gras/Msg/gras_msg_exchange.c b/src/gras/Msg/gras_msg_exchange.c index 89b7cbf61d..4207d7085e 100644 --- a/src/gras/Msg/gras_msg_exchange.c +++ b/src/gras/Msg/gras_msg_exchange.c @@ -91,11 +91,7 @@ gras_msg_wait_ext_(double timeout, memset(&msg,sizeof(msg),0); TRY { - xbt_queue_shift_timed(pd->msg_received,&msg,timeout ? timeout - now + start : 0); - /* - msg.expe = gras_trp_select(timeout ? timeout - now + start : 0); - gras_msg_recv(msg.expe, &msg); - */ + xbt_queue_shift_timed(pd->msg_received,&msg,timeout ? timeout - now + start : 0); } CATCH(e) { if (e.category == system_error && !strncmp("Socket closed by remote side",e.msg,