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

Side by Side Diff: src/devices/mesh/wscript

Issue 88094: 802.11s mesh stack model (Closed)
Patch Set: Review finished by Mathieu, ready to merge Created 14 years, 6 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:
View unified diff | Download patch
« no previous file with comments | « src/devices/mesh/wifi-information-element-vector.cc ('k') | src/helper/dot11s-installer.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 ## -*- Mode: python; py-indent-offset: 4; indent-tabs-mode: nil; coding: utf-8; -*-
2
3 def build(bld):
4 obj = bld.create_ns3_module('mesh', ['wifi', 'dot11s'])
5
6 obj.source = [
7 'wifi-information-element-vector.cc',
8 'mesh-point-device.cc',
9 'mesh-l2-routing-protocol.cc',
10 'mesh-wifi-beacon.cc',
11 'mesh-wifi-interface-mac.cc',
12 ]
13 headers = bld.new_task_gen('ns3header')
14 headers.module = 'mesh'
15 headers.source = [
16 'wifi-information-element-vector.h',
17 'mesh-point-device.h',
18 'mesh-l2-routing-protocol.h',
19 'mesh-wifi-beacon.h',
20 'mesh-wifi-interface-mac.h',
21 'mesh-wifi-interface-mac-plugin.h',
22 ]
OLDNEW
« no previous file with comments | « src/devices/mesh/wifi-information-element-vector.cc ('k') | src/helper/dot11s-installer.h » ('j') | no next file with comments »

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