
5 May
2011
5 May
'11
10:36 p.m.
On 05/05/2011 11:26 AM, Daniel P. Berrange wrote:
* daemon/remote.c: Server side dispatcher * src/remote/remote_driver.c: Client side dispatcher * src/remote/qemu_protocol.x: Wire protocol definition ---
+++ b/src/remote/qemu_protocol.x @@ -37,10 +37,21 @@ struct qemu_monitor_command_ret { remote_nonnull_string result; };
+ +struct qemu_attach_args { + int pid;
Same question as in 1/4 - should this be hyper, to accommodate all possible pid_t sizes? Or am I worried about nothing? ACK. -- Eric Blake eblake@redhat.com +1-801-349-2682 Libvirt virtualization library http://libvirt.org