Minor changes to LXC driver structure to prevent compile errors lxc_driver.c | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/src/lxc_driver.c b/src/lxc_driver.c index c598d1d..56e68fc 100644 --- a/src/lxc_driver.c +++ b/src/lxc_driver.c @@ -1278,6 +1278,9 @@ static virDriver lxcDriver = { NULL, /* domainMemoryPeek */ NULL, /* nodeGetCellsFreeMemory */ NULL, /* getFreeMemory */ + NULL, /* domainEventRegister */ + NULL, /* domainEventDeregister */ + NULL, /* domainEventDispatch */ }; static virStateDriver lxcStateDriver = {
-- Libvir-list mailing list Libvir-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/libvir-list