Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Massive file renaming (stupid CVS) so that we can have more than 9 lessons and still...
[simgrid.git] / doc / gtut-tour-08-exceptions.doc
similarity index 98%
rename from doc/gtut-tour-8-exceptions.doc
rename to doc/gtut-tour-08-exceptions.doc
index 0d541c0..5f646cf 100644 (file)
@@ -108,7 +108,7 @@ have to find from itself. For this, it will try to open socket and send the
 kill message to each ports of the search range. If it manage to close the
 socket after sending the message without being interrupted by an exception,
 it can assume that it killed the server and stop searching.
-\dontinclude 8-exceptions.c
+\dontinclude 08-exceptions.c
 \skip port=3000
 \until end_of_loop
 
@@ -116,7 +116,7 @@ To make the game a bit more fun (and to show you what an exception actually
 look like when it's not catched), we add a potential command line argument
 to the server, asking it to cheat and to not open its port within the search
 range but elsewhere:
-\dontinclude 8-exceptions.c
+\dontinclude 08-exceptions.c
 \skip strcmp
 \until gras_socket_my_port
 \until }
@@ -140,10 +140,10 @@ Unfortunately, this feature is only offered under Linux for now since I have
 no idea of how to retrieve the call stack of the current process under the
 other operating systems. But help is always welcome in this area too ;)
 
-\include 8-exceptions.output
+\include 08-exceptions.output
 
 The complete program reads:
-\include 8-exceptions.c
+\include 08-exceptions.c
 
 
 Go to \ref GRAS_tut_tour_rpc