X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/892c5381a1e84836f326457f4740ae60844f074c..f5ad0a2a3554dc8f10c8fbba5715b7c92ff1d350:/src/surf/network_constant.hpp diff --git a/src/surf/network_constant.hpp b/src/surf/network_constant.hpp index ffb165990a..61e36a52d0 100644 --- a/src/surf/network_constant.hpp +++ b/src/surf/network_constant.hpp @@ -30,7 +30,7 @@ namespace simgrid { double nextOccuringEvent(double now) override; void updateActionsState(double now, double delta) override; - Link* createLink(const char* name, double bw, double lat, e_surf_link_sharing_policy_t policy) override; + LinkImpl* createLink(const char* name, double bw, double lat, e_surf_link_sharing_policy_t policy) override; }; /**********