Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Lua: don't garbage collect a task after sending it (the receiver will)
authorChristophe Thiéry <christopho128@gmail.com>
Mon, 7 Nov 2011 18:21:29 +0000 (19:21 +0100)
committerChristophe Thiéry <christopho128@gmail.com>
Mon, 7 Nov 2011 18:25:20 +0000 (19:25 +0100)
commit4e1fc6f3594cfde9097ce4f9c058610cfb99285c
tree54d013462a914e45cdf5ab4871b302898773ca48
parentac10e10c4e1f3ff2c05a5d5b5400026f66746615
Lua: don't garbage collect a task after sending it (the receiver will)

Also clean the code of Lua tasks. Show an appropriate error message when
the sender tries to access a task already sent to someone else.
src/bindings/lua/simgrid_lua.c