Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Bug fix in trace management.
authorArnaud Legrand <arnaud.legrand@imag.fr>
Mon, 4 Feb 2013 13:04:14 +0000 (14:04 +0100)
committerArnaud Legrand <arnaud.legrand@imag.fr>
Mon, 4 Feb 2013 14:47:39 +0000 (15:47 +0100)
commitf189215368da04e1e86dc349ef5b8ef82a14db09
treeae66d34395e4d869dab4567a549f8e4e1e1a2602
parentbfd195fd055c87a406ec2982cc75290321ca4059
Bug fix in trace management.
When using periodicity, the first event indicates when events start and
has undefined value (-1) as the value of the resource is used (e.g., the
bandwidth value precised in the xml file). When looping with periodicity,
the -1 value was used, which resulted in links with bandwidth -1.0 and
could be noticed only in very specific situations.
src/surf/trace_mgr.c