libvirt/scripts/rpcgen
Andrea Bolognani fb48e1633c rpcgen: Pass 3 arguments to xdrproc_t calls
The test_demo program currently fails to compile on macOS with

  too few arguments to function call, expected 3, have 2
      ret = !!proc(&xdr, vorig);
              ~~~~            ^

Way back in 2013, commit 9fa3a8ab6f handled this situation
for the main library code. Apply the same fix here.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
2023-12-01 13:50:16 +01:00
..
rpcgen rpcgen: Reformat meson files 2023-12-01 13:50:16 +01:00
tests rpcgen: Pass 3 arguments to xdrproc_t calls 2023-12-01 13:50:16 +01:00
main.py rpcgen: add g_auto function support 2023-11-03 14:06:35 -04:00
meson.build rpcgen: Reformat meson files 2023-12-01 13:50:16 +01:00