]> git.ipfire.org Git - thirdparty/libvirt.git/commit
rpcgen: Add support for generating funcs returning alloc'd typed params
authorPeter Krempa <pkrempa@redhat.com>
Sun, 19 Jun 2016 19:30:59 +0000 (21:30 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 22 Jun 2016 06:15:45 +0000 (08:15 +0200)
commit830f9b624d1e0a2629bee78704be1c44d6014ed2
treed78a14c39118454dc528c3fb1d24b51e7a6c892a
parentf06e45d57882869bcde4bf780fb12b4c512fdd92
rpcgen: Add support for generating funcs returning alloc'd typed params

Since it's rather tedious to write the dispatchers for functions that
return an array of typed parameters (which are rather common) let's add
some rpcgen code to generate them.
src/remote/remote_protocol.x
src/rpc/gendispatch.pl