X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/5f0fec59645a72e9126fcf3fe56677ef9331ba9d..a844d6ba059b98ad6a5317e85a9c69402353b0a9:/include/simgrid/s4u/mailbox.hpp diff --git a/include/simgrid/s4u/mailbox.hpp b/include/simgrid/s4u/mailbox.hpp index f01330b53f..99f65b49cb 100644 --- a/include/simgrid/s4u/mailbox.hpp +++ b/include/simgrid/s4u/mailbox.hpp @@ -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 *