X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d6a6f4f26c0d542e0aae18af844d28e5501fed72..1afb6751888eb781f1fa1bc7c98b7c7338308c49:/src/surf/cpu_interface.hpp diff --git a/src/surf/cpu_interface.hpp b/src/surf/cpu_interface.hpp index 8cd60d0d13..814966237b 100644 --- a/src/surf/cpu_interface.hpp +++ b/src/surf/cpu_interface.hpp @@ -49,7 +49,7 @@ public: ************/ class XBT_PUBLIC CpuImpl : public Resource_T { - friend vm::VirtualMachineImpl; // Resets the VCPU + friend VirtualMachineImpl; // Resets the VCPU s4u::Host* piface_; int core_count_ = 1;