Re: [libvirt] [RFC PATCH 1/2] Add virObject.

2011-03-21 Thread Daniel P. Berrange
On Mon, Mar 21, 2011 at 04:03:23PM +0800, Hu Tao wrote: > On Fri, Mar 18, 2011 at 11:02:25AM +, Daniel P. Berrange wrote: > > On Wed, Mar 16, 2011 at 06:29:52PM +0800, Hu Tao wrote: > > > virObject is the base struct that manages reference-counting > > > for all structs that need the ability of

Re: [libvirt] [RFC PATCH 1/2] Add virObject.

2011-03-21 Thread Hu Tao
On Fri, Mar 18, 2011 at 11:02:25AM +, Daniel P. Berrange wrote: > On Wed, Mar 16, 2011 at 06:29:52PM +0800, Hu Tao wrote: > > virObject is the base struct that manages reference-counting > > for all structs that need the ability of reference-counting. > > --- > > src/Makefile.am |

Re: [libvirt] [RFC PATCH 1/2] Add virObject.

2011-03-18 Thread Daniel P. Berrange
On Wed, Mar 16, 2011 at 06:29:52PM +0800, Hu Tao wrote: > virObject is the base struct that manages reference-counting > for all structs that need the ability of reference-counting. > --- > src/Makefile.am |1 + > src/libvirt_private.syms |5 > src/util/object.c| 55

[libvirt] [RFC PATCH 1/2] Add virObject.

2011-03-16 Thread Hu Tao
virObject is the base struct that manages reference-counting for all structs that need the ability of reference-counting. --- src/Makefile.am |1 + src/libvirt_private.syms |5 src/util/object.c| 55 ++ src/util/object.h