]> xenbits.xensource.com Git - libvirt.git/commit
lxc: use job functions in lxcDomain* functions that perform modify actions.
authorKaterina Koukiou <k.koukiou@googlemail.com>
Mon, 16 May 2016 21:36:54 +0000 (00:36 +0300)
committerMichal Privoznik <mprivozn@redhat.com>
Thu, 19 May 2016 16:42:08 +0000 (18:42 +0200)
commit15ccb0dbf3be0f27b3d2fb25041a3e07b35ebf7c
treee033be08ccdb0e378df4f2a1c7c1ac5c17a88074
parent95cee4805661fc75093f794f3bebf732ca6bf211
lxc: use job functions in lxcDomain* functions that perform modify actions.

Use the recently added job functions and unlock the virDomainObj while
performing the respective modify operation.
This commit affects lxcDomain{DestroyFlags, Reboot, SetBlkioParameters,
SetMemoryParameters, SetMetadata, SetSchedulerParameterFlags, ShutdownFlags}

Signed-off-by: Katerina Koukiou <k.koukiou@gmail.com>
src/lxc/lxc_driver.c