Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Separate NetworkModel from LinkImpl.
[simgrid.git] / src / kernel / resource / StandardLinkImpl.hpp
index f63b892..818df95 100644 (file)
@@ -34,6 +34,10 @@ protected:
 
 public:
   void destroy(); // Must be called instead of the destructor
+  class Deleter {
+  public:
+    void operator()(StandardLinkImpl* link);
+  };
 
   void latency_check(double latency) const;