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

Unified Diff: src/traffic-control/wscript

Issue 293290043: FQ-CoDel queue disc (Closed)
Patch Set: Updated version Created 8 years, 8 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/model/fq-codel-queue-disc.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
diff --git a/src/traffic-control/wscript b/src/traffic-control/wscript
index d0897547faa21ab00044287d8d7072bbdd8629a8..ad8cbc26edec7230707e031b633ec84057676c7d 100644
--- a/src/traffic-control/wscript
+++ b/src/traffic-control/wscript
@@ -15,6 +15,7 @@ def build(bld):
'model/pfifo-fast-queue-disc.cc',
'model/red-queue-disc.cc',
'model/codel-queue-disc.cc',
+ 'model/fq-codel-queue-disc.cc',
'helper/traffic-control-helper.cc',
'helper/queue-disc-container.cc'
]
@@ -34,6 +35,7 @@ def build(bld):
'model/pfifo-fast-queue-disc.h',
'model/red-queue-disc.h',
'model/codel-queue-disc.h',
+ 'model/fq-codel-queue-disc.h',
'helper/traffic-control-helper.h',
'helper/queue-disc-container.h'
]
« no previous file with comments | « src/traffic-control/model/fq-codel-queue-disc.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