Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
actually rename s4u::Process into s4u::Actor
[simgrid.git] / include / simgrid / s4u / mailbox.hpp
index c76a4d9..cb3369f 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <boost/unordered_map.hpp>
 
-#include "simgrid/s4u/process.hpp"
+#include "actor.hpp"
 
 namespace simgrid {
 namespace s4u {
@@ -21,7 +21,7 @@ namespace s4u {
  * sender and receiver.
  */
 class Mailbox {
-       friend Process;
+       friend Actor;
 
 private:
        Mailbox(const char*name, smx_rdv_t inferior);