]> git.proxmox.com Git - mirror_lxc.git/commit - src/lua-lxc/core.c
add lua binding for the lxc API
authorDwight Engen <dwight.engen@oracle.com>
Thu, 24 Jan 2013 16:42:22 +0000 (11:42 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 28 Jan 2013 23:04:08 +0000 (18:04 -0500)
commitf080ffd7d656fbd9505a8e8eb52a05d61355c677
tree451079db5163febe5403f32edc0220c6e93a63c9
parent68c152ef7a2fe18f71cb73a4800501a7c008bf46
add lua binding for the lxc API

The lua binding is based closely on the python binding. Also included are
a test program for excercising the binding, and an lxc-top utility for
showing statistics on running containers.

Signed-off-by: Dwight Engen <dwight.engen@oracle.com>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
12 files changed:
Makefile.am
configure.ac
doc/Makefile.am
doc/lxc-top.sgml.in [new file with mode: 0644]
lxc.spec.in
src/Makefile.am
src/lua-lxc/Makefile.am [new file with mode: 0644]
src/lua-lxc/core.c [new file with mode: 0644]
src/lua-lxc/lxc.lua [new file with mode: 0755]
src/lua-lxc/test/apitest.lua [new file with mode: 0755]
src/lxc/Makefile.am
src/lxc/lxc-top [new file with mode: 0755]