]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Make the 'lxc_driver' global variable non-static
authorGao feng <gaofeng@cn.fujitsu.com>
Fri, 20 Jul 2012 11:47:20 +0000 (12:47 +0100)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 20 Jul 2012 11:47:20 +0000 (12:47 +0100)
commit110f08e821170b49145d9877f371d01e4e0bcc2a
tree07c2a467439e540ea04bb6c8f77bcf2d52a012be
parent0e9047ced516ccd95935e82b592f13e0f7b81c8a
Make the 'lxc_driver' global variable non-static

The 'lxc_driver' global variable is now used from several of
the LXC sources files. Thus it needs to be non-static to
avoid runtime linkage errors

Signed-off-by: Gao feng <gaofeng@cn.fujitsu.com>
src/lxc/lxc_driver.c