Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[surf] Rename callback registration functions
[simgrid.git] / src / msg / msg_global.c
index 99e62cb..818d331 100644 (file)
@@ -67,7 +67,7 @@ void MSG_init_nocheck(int *argc, char **argv) {
     SIMIX_function_register_process_cleanup(MSG_process_cleanup_from_SIMIX);
 
     sg_platf_postparse_add_cb(MSG_post_create_environment);
-    surf_host_created_callback(MSG_host_create_);
+    surf_on_host_created(MSG_host_create_);
   }
 
   if(MC_is_active()){