X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a5846ae0f17bbb8f9a0c907f36f15afa92cf73f..2a6d1b59788a13c520e32f3def71d0fc280d532d:/src/bindings/lua/lua_task.c diff --git a/src/bindings/lua/lua_task.c b/src/bindings/lua/lua_task.c index 03056428ea..751289047d 100644 --- a/src/bindings/lua/lua_task.c +++ b/src/bindings/lua/lua_task.c @@ -205,7 +205,8 @@ static void task_copy_callback(m_task_t task, m_process_t src_process, sglua_copy_value(src, dst); /* src: ... task dst: ... task */ - sglua_task_register(dst); /* dst: ... */ + sglua_task_register(dst); + /* dst: ... */ /* the receiver is now the owner of the task and may destroy it: * make the sender forget the C task so that it doesn't garbage */