From: Frederic Suter Date: Wed, 25 Jul 2018 14:00:38 +0000 (+0200) Subject: changing the way the tracing category is passed to ExecImpl X-Git-Tag: v3_21~355^2~29 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/4713af90ef9c023d84da321abc1f387d195b8d48?hp=4713af90ef9c023d84da321abc1f387d195b8d48 changing the way the tracing category is passed to ExecImpl the former version implied to set the category AFTER the start() because the ExecImpl had to exist. It was against the idea of "do all the sets and then starts". Now, the category is set at user level and then passed to the Impl within the start simcall. Setting a category after the start is now forbidden. ---