X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0bc609260a603d6d396101c30ad4dd9c845e6dfd..4b04faa98dd6b4d52c3383a177e810f8e450fd48:/include/simgrid/s4u/Mailbox.hpp?ds=sidebyside diff --git a/include/simgrid/s4u/Mailbox.hpp b/include/simgrid/s4u/Mailbox.hpp index b0bac97834..c009267909 100644 --- a/include/simgrid/s4u/Mailbox.hpp +++ b/include/simgrid/s4u/Mailbox.hpp @@ -50,7 +50,7 @@ public: bool ready(); /** Gets the first element in the queue (without dequeuing it), or nullptr if none is there */ - smx_activity_t front(); + kernel::activity::CommImplPtr front(); /** Declare that the specified actor is a permanent receiver on that mailbox *