Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove post() calls when MailboxImpl::clear() is used in destructor
[simgrid.git] / src / kernel / activity / MailboxImpl.hpp
index 1c7b311..353b963 100644 (file)
@@ -54,7 +54,7 @@ public:
   void push(CommImplPtr comm);
   void push_done(CommImplPtr done_comm) { done_comm_queue_.push_back(done_comm); }
   void remove(const CommImplPtr& comm);
-  void clear();
+  void clear(bool do_post );
   CommImplPtr iprobe(int type, const std::function<bool(void*, void*, CommImpl*)>& match_fun, void* data);
   CommImplPtr find_matching_comm(CommImplType type, const std::function<bool(void*, void*, CommImpl*)>& match_fun,
                                  void* this_user_data, const CommImplPtr& my_synchro, bool done, bool remove_matching);