mirror of
https://github.com/libvirt/libvirt.git
synced 2025-02-25 18:55:26 -06:00
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>
This commit is contained in:
committed by
Daniel P. Berrange
parent
0e9047ced5
commit
110f08e821
@@ -72,7 +72,7 @@
|
||||
|
||||
static int lxcStartup(int privileged);
|
||||
static int lxcShutdown(void);
|
||||
static lxc_driver_t *lxc_driver = NULL;
|
||||
lxc_driver_t *lxc_driver = NULL;
|
||||
|
||||
/* Functions */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user