Re: [libvirt] [PATCHv2 6/6] remote: remove special case for getting version

2011-05-18 Thread Matthias Bolte
2011/5/18 Eric Blake ebl...@redhat.com: The on-the-wire protocol is identical; XDR guarantees that both 'hyper' and 'unsigned hyper' are transmitted as 8 bytes. * src/remote/remote_protocol.x (remote_get_version_ret) (remote_get_lib_version_ret): Match public API. *

Re: [libvirt] [PATCHv2 6/6] remote: remove special case for getting version

2011-05-18 Thread Eric Blake
On 05/18/2011 01:34 PM, Matthias Bolte wrote: 2011/5/18 Eric Blake ebl...@redhat.com: The on-the-wire protocol is identical; XDR guarantees that both 'hyper' and 'unsigned hyper' are transmitted as 8 bytes. * src/remote/remote_protocol.x (remote_get_version_ret) (remote_get_lib_version_ret):

[libvirt] [PATCHv2 6/6] remote: remove special case for getting version

2011-05-17 Thread Eric Blake
The on-the-wire protocol is identical; XDR guarantees that both 'hyper' and 'unsigned hyper' are transmitted as 8 bytes. * src/remote/remote_protocol.x (remote_get_version_ret) (remote_get_lib_version_ret): Match public API. * daemon/remote_generator.pl: Drop special case. *