Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[s4u] add Actor::getPPid and this_actor::getPPid()
[simgrid.git] / include / simgrid / s4u / mailbox.hpp
index f01330b..99f65b4 100644 (file)
@@ -52,7 +52,7 @@ public:
   bool empty();
 
   /** Returns the first element in the queue, or nullptr if none is there */
-  smx_synchro_t front();
+  smx_activity_t front();
 
   /** Declare that the specified process is a permanent receiver on that mailbox
    *