X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9c0ae9ef71784f2d41e8ffe8a4400177227b85fb..7fdd9d11419684606beb08a8a7bc673955eb08af:/doc/gtut-tour-2-simple.doc diff --git a/doc/gtut-tour-2-simple.doc b/doc/gtut-tour-2-simple.doc index b7bb396226..3fcfab6751 100644 --- a/doc/gtut-tour-2-simple.doc +++ b/doc/gtut-tour-2-simple.doc @@ -2,6 +2,14 @@ /** @page GRAS_tut_tour_simpleexchange Lesson 2: Exchanging simple messages +\section GRAS_tut_tour_simpleexchange_toc Table of Contents + - \ref GRAS_tut_tour_simpleexchange_msgtype + - \ref GRAS_tut_tour_simpleexchange_socks + - \ref GRAS_tut_tour_simpleexchange_exchange + - \ref GRAS_tut_tour_simpleexchange_recaping + +
+ \section GRAS_tut_tour_simpleexchange_msgtype Declaring the messages to be exchanged We will now see how to exchange messages between hosts. As explained in @@ -112,6 +120,6 @@ Here we are, you now know how to exchange messages between peers. There is still a large room for improvement, such as adding payload to messages. But there some little things you should know before we speak of payloads. -\ref GRAS_tut_tour_args +Go to \ref GRAS_tut_tour_args */