X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/806625c41d2c9ac825d3511f70294a6c0eeaa835..550e2982f1b4cd634914e5a30ea82bf191f511bd:/src/bindings/lua/factories/host.lua diff --git a/src/bindings/lua/factories/host.lua b/src/bindings/lua/factories/host.lua new file mode 100644 index 0000000000..f8f07cd427 --- /dev/null +++ b/src/bindings/lua/factories/host.lua @@ -0,0 +1,9 @@ + +hostFactory = function(host_args) + if type(host_args.power) ~= "number" then + error("FUCK") + end + return function(more_args) + end +end +