Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
simgrid::config::flag, a more declarative way to describe CLI flags
authorGabriel Corona <gabriel.corona@loria.fr>
Mon, 11 Apr 2016 11:55:45 +0000 (13:55 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Wed, 13 Apr 2016 08:30:53 +0000 (10:30 +0200)
I got rid of xbt_cfg_cpy() in the process which was not used. If we
want to support it, we can:

* either provide a "copy" callback;

* or (better) use reference counts on the callback.


No differences found