On 07/11/2012 07:35 AM, Daniel P. Berrange wrote: > From: "Daniel P. Berrange" <[email protected]> > > Make all the virNetServer* objects use the virObject APIs > for reference countign
s/countign/counting/ > > Signed-off-by: Daniel P. Berrange <[email protected]> > --- > @@ -519,16 +530,6 @@ int > virNetServerProgramSendStreamData(virNetServerProgramPtr prog, > } > > > -void virNetServerProgramFree(virNetServerProgramPtr prog) > +void virNetServerProgramDispose(void *obj ATTRIBUTE_UNUSED) This is an instance where passing in NULL instead of having to create a no-op dispose function might be useful (per my comment on virClassNew in 4/13). ACK. -- Eric Blake [email protected] +1-919-301-3266 Libvirt virtualization library http://libvirt.org
signature.asc
Description: OpenPGP digital signature
-- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
