Re: [libvirt] [PATCH 4/4] Implement client and server side of RPC for new virInterface functions

2009-06-22 Thread Daniel Veillard
On Thu, Jun 18, 2009 at 02:44:30PM -0400, Laine Stump wrote: > --- > qemud/remote.c | 51 > qemud/remote_dispatch_args.h |1 + > qemud/remote_dispatch_prototypes.h | 14 +++ > qemud/remote_dispatch_ret.h|2 + > qemud/remote

Re: [libvirt] [PATCH 4/4] Implement client and server side of RPC for new virInterface functions

2009-06-19 Thread Daniel P. Berrange
On Thu, Jun 18, 2009 at 02:44:30PM -0400, Laine Stump wrote: > --- > qemud/remote.c | 51 > qemud/remote_dispatch_args.h |1 + > qemud/remote_dispatch_prototypes.h | 14 +++ > qemud/remote_dispatch_ret.h|2 + > qemud/remote

[libvirt] [PATCH 4/4] Implement client and server side of RPC for new virInterface functions

2009-06-18 Thread Laine Stump
--- qemud/remote.c | 51 qemud/remote_dispatch_args.h |1 + qemud/remote_dispatch_prototypes.h | 14 +++ qemud/remote_dispatch_ret.h|2 + qemud/remote_dispatch_table.h | 10 + qemud/remote_protocol.c|