Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a new module allowing to interact with the platform directly
authorMartin Quinson <martin.quinson@loria.fr>
Sat, 5 Nov 2011 14:27:26 +0000 (15:27 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Sat, 5 Nov 2011 14:28:45 +0000 (15:28 +0100)
commit5bcfbaff5a82e40d9a5d1861f073fc0befbd7f1b
tree446c6a19b60a5e2277a3f4b7f7bda10d36f40bc2
parentcd709fc1a07a53e8fa8c07d144c36483761e90a9
Add a new module allowing to interact with the platform directly

* For now, it's super sparse, but the ongoing cleanup in the parser aims
  precisely at populating it.
* Also, kill some oneline brain-dead functions in the lua console
buildtools/Cmake/DefinePackages.cmake
include/simgrid/platf.h [new file with mode: 0644]
src/bindings/lua/lua_console.c
src/include/surf/surf.h
src/surf/surf_routing.c
src/surf/surfxml_parseplatf.c