Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
plug a i-am-everywhere leak
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 21 Mar 2016 22:12:43 +0000 (23:12 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Mon, 21 Mar 2016 22:12:43 +0000 (23:12 +0100)
commitcb4883c820911c89e8edc37d1076bf1c1e6f0f51
tree4b1c5c003f8e0c7a4aacb24ff89fd4e6d9ea5658
parent26969afaffaeb90750646079072d0afa9725fb23
plug a i-am-everywhere leak
 + delete pimpl_netcard when freeing a host
 + As the netcard of a physical host is shared by VMs running on it,
   it leads to double frees.
 + A solution is to explicity destroy the VMs when they are not needed
   anymore.
If one doesn't like it, feel free to simplify the VM stuff ;)
examples/java/cloud/Master.java
examples/java/cloud/energy/EnergyVMRunner.java
examples/msg/energy/vm/vm.c
src/s4u/s4u_host.cpp