X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d294cef35bcf12a367aa4e444b6e52ed8aff99ee..7fdd9d11419684606beb08a8a7bc673955eb08af:/doc/gtut-tour-4-callback.doc diff --git a/doc/gtut-tour-4-callback.doc b/doc/gtut-tour-4-callback.doc index 82ff58790e..5cf803f236 100644 --- a/doc/gtut-tour-4-callback.doc +++ b/doc/gtut-tour-4-callback.doc @@ -2,6 +2,14 @@ /** @page GRAS_tut_tour_callbacks Lesson 4: Attaching callbacks to messages +\section GRAS_tut_tour_callbacks_toc Table of Contents + - \ref GRAS_tut_tour_callbacks_declare + - \ref GRAS_tut_tour_callbacks_attach + - \ref GRAS_tut_tour_callbacks_handle + - \ref GRAS_tut_tour_callback_recap + +
+ Our program is well and good, but if we had to write a longer program, explicitely waiting for messages of a given type would not be really practical. To add some more dynamism, what we want to do is to attach @@ -72,5 +80,5 @@ lastly attached first, and if the return value is 0, it will pass it also to the next one, and so on. I'm not sure there is any sensible use of this feature, but it's possible ;) -\ref GRAS_tut_tour_globals +Go to \ref GRAS_tut_tour_globals */