]> 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>
Tue, 5 Dec 2017 11:15:09 +0000 (12:15 +0100)
commita144d2883021e67d22412e11fb6d2ee2a6439798
tree5a26d2a30f974299a9f3940838d8b691df7238ef
parentb10fdf6b71ddd1d3860b32edee64b12b43cc459a
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]