Merge the liblxc API work by Serge Hallyn.
This turns liblxc into a public library implementing a container structure.
The container structure is meant to cover most LXC commands and can easily be
used to write bindings in other programming languages.
More information on the new functions can be found in src/lxc/lxccontainer.h
Test programs using the API can also be found in src/tests/
Signed-off-by:
Serge Hallyn <serge.hallyn@ubuntu.com>
Acked-by:
Stéphane Graber <stgraber@ubuntu.com>
Showing
lxc/runapitests.bash
0 → 100644
runapitests.bash
0 → 100644
This diff is collapsed.
Click to expand it.
src/lxc/lxccontainer.c
0 → 100644
This diff is collapsed.
Click to expand it.
src/lxc/lxccontainer.h
0 → 100644
src/lxc/lxclock.c
0 → 100644
src/lxc/lxclock.h
0 → 100644
src/tests/Makefile.am
0 → 100644
src/tests/containertests.c
0 → 100644
src/tests/createtest.c
0 → 100644
src/tests/destroytest.c
0 → 100644
src/tests/get_item.c
0 → 100644
src/tests/getkeys.c
0 → 100644
src/tests/locktests.c
0 → 100644
src/tests/saveconfig.c
0 → 100644
src/tests/shutdowntest.c
0 → 100644
src/tests/startone.c
0 → 100644
Please
register
or
sign in
to comment