X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/4849314d08c1c90227cdbbc346f59e6e22a621d2..c53d0aac5a5ab41701f3320d95f1cd2b0f3fd005:/doc/gtut-tour-09-simpledata.doc diff --git a/doc/gtut-tour-09-simpledata.doc b/doc/gtut-tour-09-simpledata.doc index 0b1d2e4c42..21377c0c15 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: -\dontinclude 09-simpledata.c +\don'tinclude 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: -\dontinclude 09-simpledata.c +\don'tinclude 09-simpledata.c \skip server_kill_cb \until delay