X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/02704853e6db9bf3cd23e0e810b783e4538d83bd..d0f04c9285f21afc7d94ee9a139ba14813186cca:/include/simgrid/simix.h diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 86372532f1..9264bf53c1 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -39,7 +39,7 @@ XBT_PUBLIC int SIMIX_is_maestro(); /* Initialization and exit */ XBT_PUBLIC void SIMIX_global_init(int* argc, char** argv); -/* Set some code to execute in the maestro +/* Set some code to execute in the maestro (must be used before the engine creation) * * If no maestro code is registered (the default), the main thread * is assumed to be the maestro. */