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

Unified Diff: src/wifi/wscript

Issue 329860043: Refactor WifiPhy and WifiPhyStateHelper to eliminate circular declaration of classes (Closed)
Patch Set: Updates for review comments Created 6 years, 1 month 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/wifi/wscript
===================================================================
--- a/src/wifi/wscript
+++ b/src/wifi/wscript
@@ -91,6 +91,8 @@
'helper/yans-wifi-helper.cc',
'helper/spectrum-wifi-helper.cc',
'helper/wifi-mac-helper.cc',
+ 'model/wifi-mac-queue-item.cc',
+ 'model/wifi-phy-listener.cc',
]
obj_test = bld.create_ns3_module_test_library('wifi')
@@ -198,6 +200,9 @@
'helper/yans-wifi-helper.h',
'helper/spectrum-wifi-helper.h',
'helper/wifi-mac-helper.h',
+ 'model/wifi-mac-queue-item.h',
+ 'model/wifi-phy-state.h',
+ 'model/wifi-phy-listener.h',
]
if bld.env['ENABLE_GSL']:
« src/wifi/model/wifi-radio-energy-model.cc ('K') | « src/wifi/model/wifi-radio-energy-model.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