Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics (and please scan-build about potential null surf_action_).
[simgrid.git] / src / kernel / activity / MailboxImpl.hpp
index 4559913..c248f9d 100644 (file)
@@ -38,6 +38,9 @@ public:
   void set_receiver(s4u::ActorPtr actor);
   void push(activity::CommImplPtr comm);
   void remove(smx_activity_t activity);
+  smx_activity_t iprobe(int type, int (*match_fun)(void*, void*, CommImpl*), void* data);
+  CommImplPtr find_matching_comm(CommImpl::Type type, int (*match_fun)(void*, void*, CommImpl*), void* this_user_data,
+                                 CommImplPtr my_synchro, bool done, bool remove_matching);
 
 private:
   simgrid::s4u::Mailbox piface_;