Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Lua: copy the Lua task right after the C task using an MSG callback
authorChristophe Thiéry <christopho128@gmail.com>
Wed, 11 Jan 2012 12:15:51 +0000 (13:15 +0100)
committerChristophe Thiéry <christopho128@gmail.com>
Wed, 11 Jan 2012 12:43:53 +0000 (13:43 +0100)
commitf061029fca33be8f01a10aefc1016ccc03b8d0c8
tree57ef723961f90bb35e20af34692e4c009c73a282
parent0630e3ce62f6740b2717aa082806a9874bc7593f
Lua: copy the Lua task right after the C task using an MSG callback

Copying the task when the receiver wakes up was too late since the
sender process might already be freed.
src/bindings/lua/simgrid_lua.c