Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move MailboxImpl to kernel::activity where it belongs
[simgrid.git] / include / simgrid / s4u / Actor.hpp
index 56c644e..11d682c 100644 (file)
@@ -134,7 +134,7 @@ namespace s4u {
 XBT_PUBLIC_CLASS Actor {
   friend Mailbox;
   friend simgrid::simix::ActorImpl;
-  friend simgrid::simix::MailboxImpl;
+  friend simgrid::kernel::activity::MailboxImpl;
   simix::ActorImpl* pimpl_ = nullptr;
 
   /** Wrap a (possibly non-copyable) single-use task into a `std::function` */