Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Energy, onHostDestruction: ensured ptr existence
[simgrid.git] / src / bindings / lua / factories / host.lua
1
2 hostFactory = function(host_args)
3     if type(host_args.power) ~= "number" then
4         error("OOPS")
5     end
6     return function(more_args)
7     end
8 end
9