Commit 3a7beb19 authored by Ahmad Siavashi's avatar Ahmad Siavashi

GpuHost revised

parent f61781a8
......@@ -154,7 +154,7 @@ public class GpuHost extends Host {
* @param vm
* the vm
*/
private void rollbackHostResourceAllocation(Vm vm) {
protected void rollbackHostResourceAllocation(Vm vm) {
getRamProvisioner().deallocateRamForVm(vm);
getBwProvisioner().deallocateBwForVm(vm);
getVmScheduler().deallocatePesForVm(vm);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment