Re: [libvirt] [RFC PATCH 0/2] virObject for reference-counting

2011-03-18 Thread Daniel P. Berrange
On Wed, Mar 16, 2011 at 06:29:30PM +0800, Hu Tao wrote: virObject is a base struct that manages reference-counting. structs that need the ability of reference-counting can inherit from virObject and implement ref/unref interface easily. The goal of this series is to make reference-counting

[libvirt] [RFC PATCH 0/2] virObject for reference-counting

2011-03-16 Thread Hu Tao
virObject is a base struct that manages reference-counting. structs that need the ability of reference-counting can inherit from virObject and implement ref/unref interface easily. The goal of this series is to make reference-counting easy to use, and improve the current libvir reference-counting