Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(477)

Unified Diff: src/traffic-control/wscript

Issue 342940043: SFQ queue disc implementation for ns-3
Patch Set: Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/traffic-control/test/sfq-queue-disc-test-suite.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/traffic-control/wscript
===================================================================
--- a/src/traffic-control/wscript
+++ b/src/traffic-control/wscript
@@ -20,6 +20,7 @@
'model/pie-queue-disc.cc',
'model/mq-queue-disc.cc',
'model/tbf-queue-disc.cc',
+ 'model/sfq-queue-disc.cc',
'helper/traffic-control-helper.cc',
'helper/queue-disc-container.cc'
]
@@ -32,6 +33,7 @@
'test/pie-queue-disc-test-suite.cc',
'test/fifo-queue-disc-test-suite.cc',
'test/tbf-queue-disc-test-suite.cc',
+ 'test/sfq-queue-disc-test-suite.cc',
'test/tc-flow-control-test-suite.cc'
]
@@ -49,6 +51,7 @@
'model/pie-queue-disc.h',
'model/mq-queue-disc.h',
'model/tbf-queue-disc.h',
+ 'model/sfq-queue-disc.h',
'helper/traffic-control-helper.h',
'helper/queue-disc-container.h'
]
« no previous file with comments | « src/traffic-control/test/sfq-queue-disc-test-suite.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b