Re: [PATCH 08/36] lxc: Use new connection close callbacks API

2023-01-06 Thread Pavel Hrdina
On Thu, Jan 05, 2023 at 05:29:57PM +0100, Peter Krempa wrote: > The rewrite is straightforward as LXC registers only the > 'lxcProcessAutoDestroy' callback which by design doesn't need any > special handling (there's just one caller which can start the VM thus > implicitly there's only one

[PATCH 08/36] lxc: Use new connection close callbacks API

2023-01-05 Thread Peter Krempa
The rewrite is straightforward as LXC registers only the 'lxcProcessAutoDestroy' callback which by design doesn't need any special handling (there's just one caller which can start the VM thus implicitly there's only one possible registration for that function). Signed-off-by: Peter Krempa ---