Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement RED module for ns3 into simgrid code.
[simgrid.git] / buildtools / Cmake / DefinePackages.cmake
index 0bdbe8e..994ef83 100644 (file)
@@ -103,6 +103,8 @@ set(EXTRA_DIST
        src/surf/network_ns3_private.h
        src/surf/ns3/ns3_interface.h
        src/surf/ns3/ns3_simulator.h
+       src/surf/ns3/my-point-to-point-helper.h
+       src/surf/ns3/red-queue.h
 )
 
 set(XBT_RL_SRC 
@@ -200,8 +202,10 @@ set(NS3_SRC
        src/surf/network_ns3.c
        src/surf/ns3/ns3_interface.cc
        src/surf/ns3/ns3_simulator.cc
-       )
-
+       src/surf/ns3/red-queue.cc
+       src/surf/ns3/my-point-to-point-helper.cc
+)
+       
 set(SURF_SRC 
        src/surf/surf_model.c
        src/surf/surf_action.c
@@ -571,8 +575,8 @@ set(DOC_SOURCES
        doc/bindings.doc
        doc/options.doc
        doc/use.doc
-       doc/gtnets.doc
-       doc/ns3.doc
+       doc/tracing.doc
+       doc/pls.doc
        doc/gtut-howto-design.doc
        doc/gtut-howto.doc
        doc/gtut-introduction.doc