X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5afd75483d80ccf2c678e50f82613b3556c7ca97..f3978ee8083967b9249494916e755a3a855435d0:/src/surf/HostImpl.cpp diff --git a/src/surf/HostImpl.cpp b/src/surf/HostImpl.cpp index 3d6f18003e..e81edd4ba6 100644 --- a/src/surf/HostImpl.cpp +++ b/src/surf/HostImpl.cpp @@ -159,7 +159,7 @@ void HostImpl::seal() return; } // seals host's CPU - get_iface()->pimpl_cpu->seal(); + get_iface()->get_cpu()->seal(); sealed_ = true; /* seal its disks */