X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cdf6a962eb4e88efbed3df9c41343adabcf09e6c..7d2fa9464dd72784b0e3fa18067cbec14edff31c:/doc/doxygen/uhood_switch.doc diff --git a/doc/doxygen/uhood_switch.doc b/doc/doxygen/uhood_switch.doc index 72a86050ea..ae652130c5 100644 --- a/doc/doxygen/uhood_switch.doc +++ b/doc/doxygen/uhood_switch.doc @@ -328,7 +328,7 @@ number and its arguments (among some other things): @code{cpp} struct s_smx_simcall { // Simcall number: - e_smx_simcall_t call; + Simcall call; // Issuing actor: smx_actor_t issuer; // Arguments of the simcall: @@ -789,7 +789,7 @@ Reusing the same API as the C++ standard library is very useful because: This type of approach might be useful for other libraries which define their own contexts. An example of this is -[Mordor](https://github.com/mozy/mordor), a I/O library using fibers +[Mordor](https://github.com/mozy/mordor), an I/O library using fibers (cooperative scheduling): it implements cooperative/fiber [mutex](https://github.com/mozy/mordor/blob/4803b6343aee531bfc3588ffc26a0d0fdf14b274/mordor/fibersynchronization.h#L70), [recursive