Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remaining s/MSG_global_init/MSG_init/.
[simgrid.git] / doc / user_guide / doxygen / tracing.doc
index 11b2142..fb616d5 100644 (file)
@@ -275,7 +275,7 @@ A simplified example using the tracing mandatory functions.
 \verbatim
 int main (int argc, char **argv)
 {
-  MSG_global_init (&argc, &argv);
+  MSG_init (&argc, &argv);
 
   //(... after deployment ...)