X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/059ffba3002aa86e17392c7f2c884095ab64591b..dcf893e03deb3f71feeee0218a83e7ed76aa574d:/doc/gtut-tour-09-simpledata.doc diff --git a/doc/gtut-tour-09-simpledata.doc b/doc/gtut-tour-09-simpledata.doc index 21377c0c15..0b1d2e4c42 100644 --- a/doc/gtut-tour-09-simpledata.doc +++ b/doc/gtut-tour-09-simpledata.doc @@ -204,7 +204,7 @@ differ from node types to node types (the server attach 2 callbacks where the client don't attach any). Here is the message declaring function in our case: -\don'tinclude 09-simpledata.c +\dontinclude 09-simpledata.c \skip message_declaration(void) \until } @@ -235,7 +235,7 @@ So, it you want to retrieve a double, you have to cast the pointer using (double*), and then dereference the obtained pointer by adding a star before the cast. This is what we do here: -\don'tinclude 09-simpledata.c +\dontinclude 09-simpledata.c \skip server_kill_cb \until delay