Re: [libvirt] [PATCH v4 4/8] screenshot: Implementing the remote protocol

2011-05-13 Thread Daniel P. Berrange
On Thu, May 12, 2011 at 06:29:11PM +0200, Michal Privoznik wrote: > * src/remote/remote_protocol.x: Wire protocol definition > * daemon/remote.c: Daemon part > * src/remote/remote_driver.c: Client part > * src/remote_protocol-structs: Add structures > --- > daemon/remote.c | 57 > +

[libvirt] [PATCH v4 4/8] screenshot: Implementing the remote protocol

2011-05-12 Thread Michal Privoznik
* src/remote/remote_protocol.x: Wire protocol definition * daemon/remote.c: Daemon part * src/remote/remote_driver.c: Client part * src/remote_protocol-structs: Add structures --- daemon/remote.c | 57 ++ src/remote/remote_driver.c | 42 ++