X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/18d23a87c23647366cfffbc61d3f7c632301159c..c39f643b5bfb0e99887c209a94e49f841a2daae4:/src/surf/vm_workstation_interface.cpp diff --git a/src/surf/vm_workstation_interface.cpp b/src/surf/vm_workstation_interface.cpp index 4c4959162e..7572e71224 100644 --- a/src/surf/vm_workstation_interface.cpp +++ b/src/surf/vm_workstation_interface.cpp @@ -24,12 +24,6 @@ WorkstationVMModel::WorkstationVMModel() : WorkstationModel("Virtual Workstation * Resource * ************/ - -WorkstationVMLmm::WorkstationVMLmm(RoutingEdgePtr netElm, CpuPtr cpu) - : WorkstationVM(netElm, cpu) - , WorkstationLmm() -{} - /* * A physical host does not disapper in the current SimGrid code, but a VM may * disapper during a simulation. @@ -40,7 +34,7 @@ WorkstationVM::~WorkstationVM() surf_resource_t ind_vm_workstation = xbt_lib_get_elm_or_null(host_lib, getName()); /* Before clearing the entries in host_lib, we have to pick up resources. */ - CpuCas01LmmPtr cpu = dynamic_cast( + CpuCas01Ptr cpu = dynamic_cast( static_cast( surf_cpu_resource_priv(ind_vm_workstation)));