Words about tracing in tutorial

This commit is contained in:
Craig Dowell
2009-10-08 00:16:55 -07:00
parent 5882f56ea8
commit 914b005571
4 changed files with 65 additions and 17 deletions

View File

@@ -12,3 +12,6 @@ def build(bld):
obj = bld.create_ns3_program('third', ['core', 'simulator', 'point-to-point', 'csma', 'wifi', 'internet-stack'])
obj.source = 'third.cc'
obj = bld.create_ns3_program('fourth', ['core'])
obj.source = 'fourth.cc'