X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f0b96348dd4b21ba428435c0eb021077134d0810..7444a715278a4bad33c0200162286c50f03bcaef:/src/simix/smx_global.cpp diff --git a/src/simix/smx_global.cpp b/src/simix/smx_global.cpp index f813a39ac7..809323c760 100644 --- a/src/simix/smx_global.cpp +++ b/src/simix/smx_global.cpp @@ -220,7 +220,7 @@ void SIMIX_global_init(int *argc, char **argv) // Either create a new context with maestro or create // a context object with the current context mestro): - simgrid::simix::create_maestro(maestro_code); + simgrid::kernel::actor::create_maestro(maestro_code); /* Prepare to display some more info when dying on Ctrl-C pressing */ signal(SIGINT, inthandler);