Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Objectify the model containers
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 14 Feb 2023 20:12:10 +0000 (21:12 +0100)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Tue, 14 Feb 2023 21:29:41 +0000 (22:29 +0100)
commitc42c3c97876bd0289e7e8560214c90ce6a175eec
tree0f538d203a59feab8fde8865fb4ec0cb79201073
parent6d8d9b15307957d8ae50e159a40bd825f8bcd1fb
Objectify the model containers

This should allow further cleanups in the near future, where models
are handled as the plugins already are: no shotgun design anymore with
the registration, and everything about a given model contained in a
single file.
src/kernel/routing/NetZoneImpl.cpp
src/plugins/chaos_monkey.cpp
src/plugins/host_load.cpp
src/plugins/link_load.cpp
src/simgrid/module.cpp [new file with mode: 0644]
src/simgrid/module.hpp [new file with mode: 0644]
src/simgrid/sg_config.cpp
src/surf/surf_interface.cpp
src/surf/surf_interface.hpp
tools/cmake/DefinePackages.cmake