Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Start fixing the OO organization of the routing
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 10 Nov 2011 10:38:09 +0000 (11:38 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 10 Nov 2011 10:38:09 +0000 (11:38 +0100)
commitd0d164cd894ef7a55ed4a319c896519bc97416c0
tree7f9506f0ee401744f5944626061bf4aa7471b511
parent6d6e609b9bef556e8e41a5a7a8b4860b74d47b71
Start fixing the OO organization of the routing

the generic routing is intended to be the ancestor of every other
routing logic, so move it into its own file (without any other change
for now)
buildtools/Cmake/DefinePackages.cmake
src/surf/surf_routing.c
src/surf/surf_routing_generic.c [new file with mode: 0644]