Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
not all resources need a property set, only Host, Link and Storage
[simgrid.git] / src / surf / network_interface.hpp
index 0bbd3da..dcd3136 100644 (file)
@@ -252,6 +252,11 @@ public:
 private:
   void *userData = NULL;
 
+public:
+  xbt_dict_t getProperties();
+protected:
+  xbt_dict_t p_properties = NULL;
+
   /* List of all links */
 private:
   static boost::unordered_map<std::string, Link *> *links;