Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Reorganize VM code
[simgrid.git] / src / surf / cpu_interface.hpp
index 8cd60d0..8149662 100644 (file)
@@ -49,7 +49,7 @@ public:
  ************/
 
 class XBT_PUBLIC CpuImpl : public Resource_T<CpuImpl> {
-  friend vm::VirtualMachineImpl; // Resets the VCPU
+  friend VirtualMachineImpl; // Resets the VCPU
 
   s4u::Host* piface_;
   int core_count_ = 1;