Re: [libvirt] [PATCHv6 2/5] API: remote support for VIR_TYPED_PARAM_STRING

2011-11-03 Thread Stefan Berger
On 11/03/2011 02:05 PM, Eric Blake wrote: Send and receive string typed parameters across RPC. This also completes the back-compat mentioned in the previous patch - the only time we have an older client talking to a newer server is if RPC is in use, so filtering out strings during RPC prevents r

[libvirt] [PATCHv6 2/5] API: remote support for VIR_TYPED_PARAM_STRING

2011-11-03 Thread Eric Blake
Send and receive string typed parameters across RPC. This also completes the back-compat mentioned in the previous patch - the only time we have an older client talking to a newer server is if RPC is in use, so filtering out strings during RPC prevents returning an unknown type to the older client