Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix The Loc's bug. It happened only in very particular situations. If sender sends...
authoralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 18 Jan 2006 16:04:49 +0000 (16:04 +0000)
committeralegrand <alegrand@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 18 Jan 2006 16:04:49 +0000 (16:04 +0000)
commit4514daac23fcfbe8c6d340e9f4eb0e7d79704114
treeba4cd16870acf72c39faf57833d28a25dbc2953b
parent8e5b8588203716306cdbf99953d4f8202d686134
fix The Loc's bug. It happened only in very particular situations. If sender sends a task and there is no receiver, it gets blocked. If somebody suspends it in between, then neither the receiver nor the resumer was actually resuming it. Fixing it was tricky so I hope my few lines will make it. As time goes, MSG is getting more and more like an awfull pile of hack. I fear it is the next one on  the CODE_TO_REWRITE list...

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