X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2a31ff2ff553129f2c0650e8984c5975748de379..1c178c9855b20b64211ebea92eb9f783b875bbe1:/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.