X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4320715baf3e10ac7316fa920fb7659f7748185b..6a9d0cb70ec8497d66b6e7f95f2a08b5a2cf8da9:/src/simix/smx_process.c diff --git a/src/simix/smx_process.c b/src/simix/smx_process.c index 409211a3c8..aa1378ae3a 100644 --- a/src/simix/smx_process.c +++ b/src/simix/smx_process.c @@ -169,7 +169,7 @@ smx_process_t SIMIX_process_create_from_wrapper(smx_process_arg_t args) { * * This function actually creates the process. * It may be called when a SIMCALL_PROCESS_CREATE simcall occurs, - * or directly for SIMIX internal purposes. + * or directly for SIMIX internal purposes. The sure thing is that it's called from maestro context. * * \return the process created */