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
diff --git a/src/bindings/lua/factories/host.lua b/src/bindings/lua/factories/host.lua
new file mode 100644 (file)
index 0000000..f8f07cd
--- /dev/null
@@ -0,0 +1,9 @@
+
+hostFactory = function(host_args)
+    if type(host_args.power) ~= "number" then
+        error("FUCK")
+    end
+    return function(more_args)
+    end
+end
+