X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/78c37d1780d1243aec405e7f38751e0aa5037c38..9f0602d096fe3746a4e398b40b8fe8384f7851ec:/doc/gtut-tour-recap-messages.doc diff --git a/doc/gtut-tour-recap-messages.doc b/doc/gtut-tour-recap-messages.doc index 71269d94df..ea78dbb1b2 100644 --- a/doc/gtut-tour-recap-messages.doc +++ b/doc/gtut-tour-recap-messages.doc @@ -9,7 +9,6 @@ - \ref GRAS_tut_tour_message_recaping_rpc3 - \ref GRAS_tut_tour_message_recaping_rpc4 - \ref GRAS_tut_tour_message_recaping_rpc5 - - - \ref GRAS_tut_tour_message_recaping_rpc_aside1 - \ref GRAS_tut_tour_message_recaping_rpc_aside2 - \ref GRAS_tut_tour_message_recaping_rpc_aside3 @@ -94,7 +93,7 @@ execute when a process receives the given request. In other words, you want to attach a callback to the message. Of course, you usualy don't want to do so on every nodes, but only on "servers" or "workers" or such. First of all, you need to declare the callback itself. This function that will be executed -on request incomming must follow a very specific prototype (the same +on request incoming must follow a very specific prototype (the same regardless of the call semantic): \verbatim