X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d6e83c7257e124027f010d09aa196077888219ef..6917919d4099bd94f3fdbb56a3e255a7935a5a49:/docs/source/Plugins.rst diff --git a/docs/source/Plugins.rst b/docs/source/Plugins.rst index a0a4f4863d..d0a24a3b81 100644 --- a/docs/source/Plugins.rst +++ b/docs/source/Plugins.rst @@ -135,16 +135,19 @@ Partial list of existing signals in s4u: - :cpp:func:`Comm::on_send ` :cpp:func:`Comm::on_recv ` - :cpp:func:`Comm::on_start ` + :cpp:func:`Comm::on_this_start ` :cpp:func:`Comm::on_completion ` :cpp:func:`Comm::on_suspend ` :cpp:func:`Comm::on_resume ` :cpp:func:`Comm::on_veto ` - :cpp:func:`Exec::on_start ` + :cpp:func:`Exec::on_this_start ` :cpp:func:`Exec::on_completion ` :cpp:func:`Exec::on_suspend ` :cpp:func:`Exec::on_resume ` :cpp:func:`Exec::on_veto ` - :cpp:func:`Io::on_start ` + :cpp:func:`Io::on_this_start ` :cpp:func:`Io::on_completion ` :cpp:func:`Io::on_suspend ` :cpp:func:`Io::on_resume `