mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-27 18:03:50 +03: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:
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 */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user