X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/9df3f2e0264961bdb73743c3ffcc124ec786d4a8..656d24a575ca26a64c94174ff3573272979e081d:/src/surf/network_interface.hpp?ds=sidebyside diff --git a/src/surf/network_interface.hpp b/src/surf/network_interface.hpp index 7473f1fa8e..7ed69d044f 100644 --- a/src/surf/network_interface.hpp +++ b/src/surf/network_interface.hpp @@ -64,6 +64,7 @@ namespace simgrid { * @param bandwidth The initial bandwidth of the Link in bytes per second * @param latency The initial latency of the Link in seconds * @param policy The sharing policy of the Link + * @param props Dictionary of properties associated to this Link */ virtual Link* createLink(const char *name, double bandwidth, double latency, e_surf_link_sharing_policy_t policy, xbt_dict_t properties)=0; @@ -130,7 +131,7 @@ namespace simgrid { ************/ /** @ingroup SURF_network_interface * @brief SURF network link interface class - * @details A Link represents the link between two [hosts](\ref Host) + * @details A Link represents the link between two [hosts](\ref simgrid::surf::Host) */ class Link : public simgrid::surf::Resource,