Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Documentation fixups: some arguments got renamed, and the DTD did also
[simgrid.git] / src / msg / deployment.c
index aa7783a..35fc38e 100644 (file)
  * \param file a filename of a xml description of the application. This file 
  * follows this DTD :
  *
- *     \include surfxml.dtd
+ *     \include simgrid.dtd
  *
  * Here is a small example of such a platform 
  *
- *     \include small_deployment.xml
+ *     \include msg/masterslave/deployment_masterslave.xml
  *
  * Have a look in the directory examples/msg/ to have a bigger example.
  */
@@ -32,9 +32,6 @@ void MSG_launch_application(const char *file)
 
   xbt_assert0(msg_global,
              "MSG_global_init_args has to be called before MSG_launch_application.");
-  SIMIX_function_register_process_create(_MSG_process_create_from_SIMIX);
-  SIMIX_function_register_process_cleanup(__MSG_process_cleanup);
-  SIMIX_function_register_process_kill(_MSG_process_kill_from_SIMIX);
 
   SIMIX_launch_application(file);