Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
rename smx_synchro_t to smx_activity_t
[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
    *