X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3344890b7ae11302d717d964e6dd96fe2d10ac6a..88f49b34e91fe95b712d1545ae71a0896f5466c1:/examples/s4u/maestro-set/s4u-maestro-set.cpp diff --git a/examples/s4u/maestro-set/s4u-maestro-set.cpp b/examples/s4u/maestro-set/s4u-maestro-set.cpp index 8188c9c5fd..18fbaa0ac3 100644 --- a/examples/s4u/maestro-set/s4u-maestro-set.cpp +++ b/examples/s4u/maestro-set/s4u-maestro-set.cpp @@ -67,7 +67,7 @@ int main(int argc, char* argv[]) /* Specify which code should be executed by maestro on another thread, once this current thread is affected to an * actor by the subsequent sg_actor_attach(). This must be done before the creation of the engine. */ - SIMIX_set_maestro(maestro, NULL); + SIMIX_set_maestro(maestro, nullptr); simgrid::s4u::Engine e(&argc, argv);