Re: [libvirt] [PATCH 17/17] nwfilter: Convert virNWFilterObj to use virObjectLockable

2017-07-13 Thread Michal Privoznik
On 06/02/2017 12:25 PM, John Ferlan wrote: > Now that we have a bit more control, let's convert our object into a > recursive lockable object and let that magic handle the create and > lock/unlock. > > Additionally, we introduce virNWFilterObjEndAPI. > > Signed-off-by: John Ferlan

[libvirt] [PATCH 17/17] nwfilter: Convert virNWFilterObj to use virObjectLockable

2017-06-02 Thread John Ferlan
Now that we have a bit more control, let's convert our object into a recursive lockable object and let that magic handle the create and lock/unlock. Additionally, we introduce virNWFilterObjEndAPI. Signed-off-by: John Ferlan --- src/conf/virnwfilterobj.c | 127