Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
continue to mess with MC
[simgrid.git] / src / kernel / actor / SimcallObserver.hpp
index 633f7e3..69dc11d 100644 (file)
@@ -282,6 +282,7 @@ public:
                                 clean_fun_, copy_data_fun_, payload_, detached_);
   }
   bool is_visible() const override { return true; }
+  bool depends(SimcallObserver* other) override;
   std::string to_string(int times_considered) const override;
   std::string dot_label(int times_considered) const override
   {
@@ -326,6 +327,7 @@ public:
                                 rate_);
   }
   bool is_visible() const override { return true; }
+  bool depends(SimcallObserver* other) override;
   std::string to_string(int times_considered) const override;
   std::string dot_label(int times_considered) const override
   {