Re: [libvirt] [PATCH v1 08/11] virstorageobj: Introduce VIR_STORAGE_POOL_OBJ_LIST_ADD_LIVE flag

2019-08-19 Thread Ján Tomko
On Fri, May 24, 2019 at 04:35:44PM +0200, Michal Privoznik wrote: This flag can be used to denote that the definition we're trying to assign to a pool object is live definition and thus the inactive definition should be saved into ->newDef. Signed-off-by: Michal Privoznik ---

[libvirt] [PATCH v1 08/11] virstorageobj: Introduce VIR_STORAGE_POOL_OBJ_LIST_ADD_LIVE flag

2019-05-24 Thread Michal Privoznik
This flag can be used to denote that the definition we're trying to assign to a pool object is live definition and thus the inactive definition should be saved into ->newDef. Signed-off-by: Michal Privoznik --- src/conf/virstorageobj.c | 19 ++- src/conf/virstorageobj.h | 1 +