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