Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove VMs from the lib of existing hosts so that they can be recreated
[simgrid.git] / src / msg / msg_vm.c
index e010913..b626e43 100644 (file)
@@ -253,6 +253,7 @@ void MSG_vm_destroy(msg_vm_t vm)
   #ifdef HAVE_TRACING
   TRACE_msg_vm_end(vm);
   #endif
+  xbt_lib_remove(host_lib, sg_host_name(vm));
 }