On Mon, Jun 20, 2016 at 04:34:15PM +0200, Peter Krempa wrote:
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 | 5 +++++
src/rpc/gendispatch.pl | 45 +++++++++++++++++++++++++++++++++++++++++++-
2 files changed, 49 insertions(+), 1 deletion(-)
ACK