Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Missing include.
[simgrid.git] / doc / gtut-tour-09-simpledata.doc
index d74f48c..0b1d2e4 100644 (file)
@@ -3,9 +3,9 @@
 
 \section GRAS_tut_tour_simpledata_toc Table of Contents
  - \ref GRAS_tut_tour_simpledata_intro
-    - \ref GRAS_tut_tour_simpledata_intro_conv
-    - \ref GRAS_tut_tour_simpledata_intro_gras
-    - \ref GRAS_tut_tour_simpledata_use
+   - \ref GRAS_tut_tour_simpledata_intro_conv
+   - \ref GRAS_tut_tour_simpledata_intro_gras
+   - \ref GRAS_tut_tour_simpledata_use
  - \ref GRAS_tut_tour_simpledata_example
  - \ref GRAS_tut_tour_simpledata_recap
    
@@ -209,7 +209,7 @@ case:
 \until }
 
 It is very similar to what we had previously, we simply retrieve the
-#gras_datadesc_type_t definitions of double and string and use them as payload
+#xbt_datadesc_type_t definitions of double and string and use them as payload
 type of our messages.
 
 The next step is to change our calls to gras_msg_send() to pass the data to