Actions
Bug #2354
closedAnnotatedTopologyReader fails to process files with customized LossRate or Queue models
Start date:
01/06/2015
Due date:
% Done:
100%
Estimated time:
Description
Processing customized LossRate and Queue models relies on boost::tokenizer
which does not retain copy of the parsed string.
The current code passes a temporary variable returned by GetAttribute
method, which causes unexpected behavior and failure in most cases.
Actions