X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/82887e41c82a0ce6fb6315aff709c1ed4b54e923..c7e760a2bde72bffe1eb6da54e2787e16eeeefb0:/src/simix/smx_smurf.c diff --git a/src/simix/smx_smurf.c b/src/simix/smx_smurf.c index a66b8f45ae..ab94a65be2 100644 --- a/src/simix/smx_smurf.c +++ b/src/simix/smx_smurf.c @@ -13,7 +13,8 @@ XBT_INLINE smx_simcall_t SIMIX_simcall_mine() /** * \brief Makes the current process do a simcall to the kernel and yields - * until completion. + * until completion. If the current thread is maestro, we don't yield and + * execute the simcall directly. * \param self the current process */ void SIMIX_simcall_push(smx_process_t self)