Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
move the rootAS from routing_platf into the EngineImpl
authorMartin Quinson <martin.quinson@loria.fr>
Mon, 5 Dec 2016 08:18:05 +0000 (09:18 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Mon, 5 Dec 2016 18:34:08 +0000 (19:34 +0100)
commitf440037b8c394baf8a480ba497a22e5768b7e818
treed09a4bd163647de38ba509febc413cd21e46c539
parentd78198402f27c34dc6cc6da180577ab9f1299dac
move the rootAS from routing_platf into the EngineImpl

Now that we instanciate a s4u::Engine when using the routing, the
surf_usage tests don't have to manually call surf_exit(): it called
atexit() during initialization. Gosh, it took me so long to figure out
why these two tests would break when the rootAs is moved...
src/s4u/s4u_engine.cpp
src/surf/sg_platf.cpp
src/surf/surf_routing.cpp
src/surf/surf_routing.hpp
teshsuite/surf/surf_usage/surf_usage.cpp
teshsuite/surf/surf_usage2/surf_usage2.cpp