X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6dc48d0e556aef4d54677afd0e10babd245ffc55..c5b6728f178469806056b39bf6e2fd00ea8a3d24:/src/surf/cpu.cpp diff --git a/src/surf/cpu.cpp b/src/surf/cpu.cpp index 047bcdcf5f..4632489e5c 100644 --- a/src/surf/cpu.cpp +++ b/src/surf/cpu.cpp @@ -195,10 +195,10 @@ void CpuActionLmm::setBound(double bound) * action object does not have the information about the location where the * action is being executed. */ -void CpuActionLmm::setAffinity(CpuLmmPtr cpu, unsigned long mask) +void CpuActionLmm::setAffinity(CpuPtr _cpu, unsigned long mask) { lmm_variable_t var_obj = p_variable; - + CpuLmmPtr cpu = reinterpret_cast(_cpu); XBT_IN("(%p,%lx)", this, mask); {