X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c293707c100f6ca5b5b424f43ced5cb9125d32fe..6aff24ba47ceab30e29e122dc36c33995e6fc2dd:/src/surf/network_constant.cpp diff --git a/src/surf/network_constant.cpp b/src/surf/network_constant.cpp index 74c1678609..2da4340862 100644 --- a/src/surf/network_constant.cpp +++ b/src/surf/network_constant.cpp @@ -77,7 +77,7 @@ namespace simgrid { } } - Action *NetworkConstantModel::communicate(kernel::routing::NetCard *src, kernel::routing::NetCard *dst, double size, double rate) + Action* NetworkConstantModel::communicate(s4u::Host* src, s4u::Host* dst, double size, double rate) { NetworkConstantAction *action = new NetworkConstantAction(this, size, sg_latency_factor);