Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MSG_task_dsend: don't apply a default function if cleanup is NULL
authorChristophe Thiéry <christopho128@gmail.com>
Mon, 16 Jan 2012 10:47:16 +0000 (11:47 +0100)
committerChristophe Thiéry <christopho128@gmail.com>
Mon, 16 Jan 2012 10:47:16 +0000 (11:47 +0100)
commite045b97cdfe87a1f96a92fd26122fa4675667513
treef5d480642cec492452630872e4a4c5ec0c13d3d8
parented8f133b3bcee22984faa7d3ed48340ba4f9f68c
MSG_task_dsend: don't apply a default function if cleanup is NULL

NULL now means that no cleanup function will be called by SIMIX.
This is useful if the task is garbage collected (as in Lua).
examples/msg/pmm/msg_pmm.c
src/msg/msg_gos.c
src/simix/smx_network.c