Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
LUA: Added support for backbone, host_link and ASroute
authorChristian Heinrich <christian.heinrich@livando.com>
Tue, 24 Feb 2015 08:45:34 +0000 (09:45 +0100)
committerChristian Heinrich <franz-christian.heinrich@inria.fr>
Thu, 15 Oct 2015 17:17:16 +0000 (19:17 +0200)
commit550e2982f1b4cd634914e5a30ea82bf191f511bd
tree7bfe8b79b0f7c69d16c1055802e3ca93891e40eb
parent806625c41d2c9ac825d3511f70294a6c0eeaa835
LUA: Added support for backbone, host_link and ASroute

- This code almost duplicates code in the surf_parsexml files. In the
  future, it might be nice to move this to different layer.

- This changeset also makes the notion of 'power=1Gf' available to
  hosts (and links for the bandwidth attrib).
src/bindings/lua/factories/host.lua [new file with mode: 0644]
src/bindings/lua/lua_platf.c
src/bindings/lua/simgrid_lua.c
src/bindings/lua/simgrid_lua.h