Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
improve a comment on my way
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 10 May 2012 14:41:18 +0000 (16:41 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 10 May 2012 14:41:18 +0000 (16:41 +0200)
src/simix/smx_smurf.c

index a66b8f4..ab94a65 100644 (file)
@@ -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)