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

Unified Diff: src/stats/examples/wscript

Issue 245260043: DCF collectors
Patch Set: Created 8 years, 9 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
Index: src/stats/examples/wscript
===================================================================
--- a/src/stats/examples/wscript
+++ b/src/stats/examples/wscript
@@ -25,4 +25,14 @@
program = bld.create_ns3_program('file-helper-example', ['network', 'stats'])
program.source = 'file-helper-example.cc'
+ program = bld.create_ns3_program('event-driven-collector-example', ['network', 'stats'])
+ program.source = 'event-driven-collector-example.cc'
+ program = bld.create_ns3_program('scaling-collector-example', ['network', 'stats'])
+ program.source = 'scaling-collector-example.cc'
+
+ program = bld.create_ns3_program('time-series-collector-example', ['network', 'stats'])
+ program.source = 'time-series-collector-example.cc'
+
+ program = bld.create_ns3_program('time-averaging-collector-example', ['network', 'stats'])
+ program.source = 'time-averaging-collector-example.cc'

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