X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7b2e8fbd780838e5e5c72ad15f963bc1bab8eb61..f603241826db5fd6fa4fc263d578de9fa58c70d0:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 5d6e12c693..bec4c08627 100644 --- a/ChangeLog +++ b/ChangeLog @@ -111,7 +111,7 @@ SimGrid (3.13) stable; urgency=low include/simgrid/simdag.h Simix - * simgrid::simix::kernel() is the closure callback. It ensures that + * simgrid::simix::kernelImmediate() is the closure callback. It ensures that the lambda or closure passed as a parameter will run in kernel mode. All the callback functions should be rewritten to that interface at some point.