]> xenbits.xensource.com Git - libvirt.git/commit
Move array of mounts out of lxcContainerMountBasicFS
authorDaniel P. Berrange <berrange@redhat.com>
Tue, 10 Sep 2013 12:35:12 +0000 (13:35 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Thu, 12 Sep 2013 10:52:12 +0000 (11:52 +0100)
commitf27f5f7eddf531159d791a2b5ac438ca011b5f26
tree311395853b40ee45a2e9f10f345767bd3c07a592
parent5e6a85c765c814b8eab5a01f09068ca4bb419bf3
Move array of mounts out of lxcContainerMountBasicFS

Move the array of basic mounts out of the lxcContainerMountBasicFS
function, to a global variable. This is to allow it to be referenced
by other methods wanting to know what the basic mount paths are.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/lxc/lxc_container.c