]> git.ipfire.org Git - thirdparty/lxc.git/commit
arguments: move to tools/ subdirectory
authorRicardoSanchezA <ricardo.sanchez@utexas.edu>
Tue, 5 Dec 2017 04:03:52 +0000 (22:03 -0600)
committerChristian Brauner <christian.brauner@ubuntu.com>
Fri, 15 Dec 2017 11:42:33 +0000 (12:42 +0100)
commit07b6e2e6dc728657d4290523cd39c0b0ee2d6e73
tree16f6e63ed83274dcaf77295d1d9b3bbb97335066
parentbab5c748c85e4eeeadd20a4ac93e9c0b2a642456
arguments: move to tools/ subdirectory

The arguments.{c,h} file should not be a part of liblxc itself. It should only
be used for the lxc tools.

Signed-off-by: RicardoSanchezA <ricardo.sanchez@utexas.edu>
Signed-off-by: Christian Brauner <christian.brauner@ubuntu.com>
src/lxc/Makefile.am
src/lxc/tools/arguments.c [moved from src/lxc/arguments.c with 100% similarity]
src/lxc/tools/arguments.h [moved from src/lxc/arguments.h with 100% similarity]