Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
LUA: Added support for backbone, host_link and ASroute
[simgrid.git] / src / bindings / lua / factories / host.lua
1
2 hostFactory = function(host_args)
3     if type(host_args.power) ~= "number" then
4         error("FUCK")
5     end
6     return function(more_args)
7     end
8 end
9