Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename simgrid::kernel::model into simgrid::kernel::resource
[simgrid.git] / src / surf / cpu_interface.hpp
index 5b97cf2..b0ff040 100644 (file)
@@ -46,7 +46,7 @@ public:
 * @brief SURF cpu resource interface class
 * @details A Cpu represent a cpu associated to a host
 */
-XBT_PUBLIC_CLASS Cpu : public simgrid::kernel::model::Resource
+XBT_PUBLIC_CLASS Cpu : public simgrid::kernel::resource::Resource
 {
 public:
   /**