]> AND Public Git Repository - simgrid.git/blobdiff - src/surf/network_constant.hpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cosmetics
[simgrid.git] / src / surf / network_constant.hpp
index d4f393965b812af357d2785039ba6123f393959d..e66a2241a1d8cbef2cbfba63e2df90ef7dcddd26 100644 (file)
@@ -29,7 +29,7 @@ namespace simgrid {
       NetworkConstantModel()  : NetworkModel() { };
       ~NetworkConstantModel() override;
 
-      Action *communicate(NetCard *src, NetCard *dst, double size, double rate) override;
+      Action *communicate(kernel::routing::NetCard *src, kernel::routing::NetCard *dst, double size, double rate) override;
       double next_occuring_event(double now) override;
       bool next_occuring_event_isIdempotent() override {return true;}
       void updateActionsState(double now, double delta) override;