]> git.proxmox.com Git - mirror_lxc.git/commit - src/lxc/conf.h
encapsulate rootfs data in a structure
authorDaniel Lezcano <daniel.lezcano@free.fr>
Wed, 12 May 2010 21:44:28 +0000 (23:44 +0200)
committerDaniel Lezcano <dlezcano@fr.ibm.com>
Wed, 12 May 2010 21:44:28 +0000 (23:44 +0200)
commit33fcb7a0477ed37523f05e0a083046eea166acf0
treee1790444ba45db520dd794128e431318b17efcf3
parent196db713a9ab0479d1e695aa428577abedcbfa58
encapsulate rootfs data in a structure

We have pivot_dir and rootfs defined in lxc_conf structure.
Let's encapsulate them in a rootfs structure.

Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
src/lxc/conf.c
src/lxc/conf.h
src/lxc/confile.c
src/lxc/console.c
src/lxc/utmp.c