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

Delta Between Two Patch Sets: src/epidemic/examples/wscript

Issue 13831049: Epidemic routing protocol addition for review
Left Patch Set: Fixing more doxygen comments and adding epidemic tag enum types Created 9 years, 6 months ago
Right Patch Set: Fixing doxygen Created 8 years, 11 months ago
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
LEFTRIGHT
1 # -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; - *- 1 # -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; - *-
2 2
3 def build(bld): 3 def build(bld):
4 obj = bld.create_ns3_program('epidemic-example', ['epidemic']) 4 obj = bld.create_ns3_program('epidemic-example', ['epidemic', 'wifi', 'mesh' , 'applications'])
5 obj.source = 'epidemic-example.cc' 5 obj.source = 'epidemic-example.cc'
6 obj = bld.create_ns3_program('epidemic-benchmark', ['epidemic']) 6 obj = bld.create_ns3_program('epidemic-benchmark', ['epidemic', 'wifi', 'mes h', 'applications'])
7 obj.source = 'epidemic-benchmark.cc' 7 obj.source = 'epidemic-benchmark.cc'
8 8
LEFTRIGHT

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