]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Fix generator to cope with call-by-ref long types
authorJim Fehlig <jfehlig@novell.com>
Fri, 26 Aug 2011 17:46:41 +0000 (11:46 -0600)
committerJim Fehlig <jfehlig@novell.com>
Fri, 26 Aug 2011 17:46:41 +0000 (11:46 -0600)
commit7e5f6a516c1b0066206364655be31276056da147
treef491cfed2ef24f9d88fd992d701b522d4e9599a2
parent2137cb19113802fab9422b4e5f43b157ac1e2d44
Fix generator to cope with call-by-ref long types

From: Matthias Bolte <matthias.bolte@googlemail.com>
Tested-by: Jim Fehlig <jfehlig@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