Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make sure we don't change a timeout=0 into a timeout<0, because in select it would...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 4 Apr 2006 08:25:43 +0000 (08:25 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Tue, 4 Apr 2006 08:25:43 +0000 (08:25 +0000)
commit0ad4eb7e2cb900265a1cfa7c330feb1bffa7c526
treeda6d96227a851c3c4a208a0bb099515d9ed3a7fd
parent5c12f278e4acdb6745858a4b841c8a4dedd09fea
Make sure we don't change a timeout=0 into a timeout<0, because in select it would change from non-blocking into endless blocking; plug a memleak around exception propagation

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2058 48e7efb5-ca39-0410-a469-dd3cf9ba447f
src/gras/Msg/msg.c