From a097413cd9c38da7fd50f34fc4c5381235215f71 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Wed, 11 Nov 2020 21:51:26 +0100 Subject: [PATCH] Cosmetics. --- src/plugins/vm/VirtualMachineImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/vm/VirtualMachineImpl.cpp b/src/plugins/vm/VirtualMachineImpl.cpp index 1bb1944a84..b95cc55909 100644 --- a/src/plugins/vm/VirtualMachineImpl.cpp +++ b/src/plugins/vm/VirtualMachineImpl.cpp @@ -173,7 +173,7 @@ VirtualMachineImpl::VirtualMachineImpl(simgrid::s4u::VirtualMachine* piface, sim * The value for GUESTOS_NOISE corresponds to the cost of the global action associated to the VM. It corresponds to * the cost of a VM running no tasks. */ - action_ = host_PM->pimpl_cpu->execution_start(0, core_amount); + action_ = physical_host_->pimpl_cpu->execution_start(0, core_amount_); // It's empty for now, so it should not request resources in the PM update_action_weight(); -- 2.20.1