Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
align namespaces on directories for kernel::activity
[simgrid.git] / src / msg / msg_task.cpp
index dee4345..e2adf77 100644 (file)
@@ -390,7 +390,7 @@ void MSG_task_set_affinity(msg_task_t task, msg_host_t host, unsigned long mask)
     return;
   }
 
-  simgrid::simix::Exec *compute = task->simdata->compute;
+  simgrid::kernel::activity::Exec *compute = task->simdata->compute;
   msg_host_t host_now = compute->host;  // simix_private.h is necessary
   if (host_now != host) {
     /* task is not yet executed on this host */