equal
deleted
inserted
replaced
6 'model/backoff.cc', |
6 'model/backoff.cc', |
7 'model/csma-net-device.cc', |
7 'model/csma-net-device.cc', |
8 'model/csma-channel.cc', |
8 'model/csma-channel.cc', |
9 'helper/csma-helper.cc', |
9 'helper/csma-helper.cc', |
10 ] |
10 ] |
11 headers = bld.new_task_gen('ns3header') |
11 headers = bld.new_task_gen(features=['ns3header']) |
12 headers.module = 'csma' |
12 headers.module = 'csma' |
13 headers.source = [ |
13 headers.source = [ |
14 'model/backoff.h', |
14 'model/backoff.h', |
15 'model/csma-net-device.h', |
15 'model/csma-net-device.h', |
16 'model/csma-channel.h', |
16 'model/csma-channel.h', |