]> git.proxmox.com Git - mirror_lxc.git/commit
factor out common config evaluating code
authorMichael Tokarev <mjt@tls.msk.ru>
Thu, 19 Nov 2009 14:06:02 +0000 (15:06 +0100)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Thu, 19 Nov 2009 14:06:02 +0000 (15:06 +0100)
commit33c945e0237c3f9c4593dc899c8220763e6b611f
tree55c8a4b170e628a98a2af533f1b235d1230b28ce
parent9d0834025efa00c5bce49d66e9930ecd3ce934c2
factor out common config evaluating code

in confile.c we currently have a ton of functions each doing
the same thing.  Clean them up by providing common routines
to do the main work.

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/confile.c