X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b1e4e803685007394a5a9b63ab87339d3bf35657..242fde5e8077f8193db4df5f262a9672085c8d8a:/src/surf/network_gtnets.hpp diff --git a/src/surf/network_gtnets.hpp b/src/surf/network_gtnets.hpp index b15f2bba92..7f320f4440 100644 --- a/src/surf/network_gtnets.hpp +++ b/src/surf/network_gtnets.hpp @@ -4,7 +4,7 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#include "network.hpp" +#include "network_cm02.hpp" #ifndef NETWORK_GTNETS_HPP_ #define NETWORK_GTNETS_HPP_ @@ -21,6 +21,7 @@ #include "event.h" #include "routing-manual.h" #include "red.h" +#include "surf/gtnets/gtnets_topology.h" xbt_dict_t network_card_ids; @@ -76,7 +77,7 @@ private: map p_gtnetsServers; map p_gtnetsClients; - map p_gtnetsLinks_; + map p_gtnetsLinks_; map p_gtnetsNodes; map p_gtnetsActionToFlow;