X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a8a66c743439c94d5de5bcb8a3e50dcd207b6d2f..ab5814bd4ea6117ecf9ac2df328333e89eb45f5f:/src/kernel/resource/VirtualMachineImpl.hpp?ds=sidebyside diff --git a/src/kernel/resource/VirtualMachineImpl.hpp b/src/kernel/resource/VirtualMachineImpl.hpp index 09399be73d..781a33be18 100644 --- a/src/kernel/resource/VirtualMachineImpl.hpp +++ b/src/kernel/resource/VirtualMachineImpl.hpp @@ -1,11 +1,11 @@ -/* Copyright (c) 2004-2022. The SimGrid Team. All rights reserved. */ +/* Copyright (c) 2004-2023. The SimGrid Team. All rights reserved. */ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ #include -#include "src/surf/HostImpl.hpp" +#include "src/kernel/resource/HostImpl.hpp" #ifndef VM_INTERFACE_HPP_ #define VM_INTERFACE_HPP_ @@ -83,8 +83,8 @@ private: /********* * Model * *********/ -/** @ingroup SURF_vm_interface - * @brief SURF VM model interface class +/** @ingroup Model_vm_interface + * @brief VM model interface class * @details A model is an object which handle the interactions between its Resources and its Actions */ class XBT_PRIVATE VMModel : public HostModel { @@ -99,7 +99,6 @@ public: { return nullptr; }; - Action* io_stream(s4u::Host* src_host, DiskImpl* src_disk, s4u::Host* dst_host, DiskImpl* dst_disk, double size) override { return nullptr; } }; } // namespace kernel::resource } // namespace simgrid