X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d188d7e6c38de029024a5c9a2aaffb144f241447..590ef8eca8214e10c8890a2332582202167a851d:/src/surf/gtnets/gtnets_simulator.h diff --git a/src/surf/gtnets/gtnets_simulator.h b/src/surf/gtnets/gtnets_simulator.h index bcf9036068..dd36525b88 100644 --- a/src/surf/gtnets/gtnets_simulator.h +++ b/src/surf/gtnets/gtnets_simulator.h @@ -26,6 +26,7 @@ #include "tcp-newreno.h" #include "event.h" #include "routing-manual.h" +#include "red.h" using namespace std; @@ -59,6 +60,7 @@ private: Simulator *sim_; GTNETS_Topology *topo_; RoutingManual *rm_; + REDQueue *red_queue_; int nnode_; int is_topology_; int nflow_;