]> AND Public Git Repository - simgrid.git/blobdiff - src/msg/msg_global.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add the affinity setting function for a VM
[simgrid.git] / src / msg / msg_global.c
index f28d3e67dd31e2739d56423b4cc7c6d77b34d8d9..7290f944f897002b4645f96e444a924ceb9d2e11 100644 (file)
@@ -68,7 +68,7 @@ void MSG_init_nocheck(int *argc, char **argv) {
 #endif
 
   XBT_DEBUG("ADD MSG LEVELS");
-  MSG_HOST_LEVEL = xbt_lib_add_level(host_lib, (void_f_pvoid_t) __MSG_host_destroy);
+  MSG_HOST_LEVEL = xbt_lib_add_level(host_lib, (void_f_pvoid_t) __MSG_host_priv_free);
 
   atexit(MSG_exit);
 }