Re: [libvirt] [PATCH 5/8] Introduce generic RPC server objects

2010-12-16 Thread Daniel P. Berrange
On Thu, Dec 09, 2010 at 04:09:20PM -0700, Eric Blake wrote: > On 12/01/2010 10:26 AM, Daniel P. Berrange wrote: > > + > > +if (virNetServerProgramDispatch(prog, > > +srv, > > +job->client, > > +

Re: [libvirt] [PATCH 5/8] Introduce generic RPC server objects

2010-12-13 Thread Hu Tao
<...snip...> > diff --git a/src/Makefile.am b/src/Makefile.am > index 613ff0a..e78a0af 100644 > --- a/src/Makefile.am > +++ b/src/Makefile.am > @@ -1117,7 +1117,7 @@ libvirt_qemu_la_LIBADD = libvirt.la > $(CYGWIN_EXTRA_LIBADD) > EXTRA_DIST += $(LIBVIRT_QEMU_SYMBOL_FILE) > > > -noinst_LTLIBRA

Re: [libvirt] [PATCH 5/8] Introduce generic RPC server objects

2010-12-09 Thread Eric Blake
On 12/01/2010 10:26 AM, Daniel P. Berrange wrote: > To facilitate creation of new daemons providing XDR RPC services, > pull alot of the libvirtd daemon code into a set of reusable > objects. > > * virNetServer: A server contains one or more services which >accept incoming clients. It maintai