commit | b7ad232dbe58b89703044604230d91f5ddb8a071 | [log] [tgz] |
---|---|---|
author | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 17 22:54:49 2012 -0800 |
committer | Alexander Afanasyev <alexander.afanasyev@ucla.edu> | Tue Jan 17 22:54:49 2012 -0800 |
tree | 850ab4cb1bc6bc2acbb11c01ac405dc28bac21a8 | |
parent | 94cebd08679f9df32391c69b3f33ab229e7a097f [diff] [blame] |
One more change in Consumer API. Now there are more consumers and they behave slightly differently (CcnxConsumerCbr accepts only Frequency parameter) More corrections in blackhole-sprint scenario
diff --git a/wscript b/wscript index e33af19..d4b9bc9 100644 --- a/wscript +++ b/wscript
@@ -80,6 +80,8 @@ "model/rocketfuel-weights-reader.h", "model/annotated-topology-reader.h", + + "model/batches.h" ] tests.source = bld.path.ant_glob('test/*.cc');