[libvirt] [PATCH] Fix generator to cope with call-by-ref long types

Jim Fehlig jfehlig at novell.com
Fri Aug 26 18:09:21 UTC 2011


Eric Blake wrote:
> On 08/26/2011 11:58 AM, Jim Fehlig wrote:
>> From: Matthias Bolte<matthias.bolte at googlemail.com>
>> Tested-by: Jim Fehlig<jfehlig at novell.com>
>>
>> Matthias provided this patch to fix an issue I encountered in the
>> generator with APIs containing call-by-ref long type, e.g.
>>
>> int virDomainMigrateGetMaxSpeed(virDomainPtr domain,
>>                                  unsigned long *bandwidth,
>>                                  unsigned int flags);
>> ---
>>   src/rpc/gendispatch.pl |   29 +++++++++++++++++++++++++++--
>>   1 files changed, 27 insertions(+), 2 deletions(-)
>
> ACK.

Thanks, pushed.




More information about the libvir-list mailing list