mirror of
https://gitlab.ibr.cs.tu-bs.de/tschuber/ns-3-leo.git
synced 2025-06-08 10:03:58 +02:00
Add helper for pre-filling ND cache
This commit is contained in:
parent
efa52f8e51
commit
ed80214449
2 changed files with 4 additions and 38 deletions
2
wscript
2
wscript
|
@ -20,6 +20,7 @@ def build(bld):
|
|||
'helper/leo-helper.cc',
|
||||
'model/mock-net-device.cc',
|
||||
'model/mock-channel.cc',
|
||||
'helper/nd-cache-helper.cc',
|
||||
]
|
||||
|
||||
module_test = bld.create_ns3_module_test_library('leo')
|
||||
|
@ -41,6 +42,7 @@ def build(bld):
|
|||
'helper/leo-helper.h',
|
||||
'model/mock-net-device.h',
|
||||
'model/mock-channel.h',
|
||||
'helper/nd-cache-helper.h',
|
||||
]
|
||||
|
||||
if bld.env.ENABLE_EXAMPLES:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue