Generate libvirt procedure wrappers.

The generated wrappers have an argument for every field in their "Args"
struct, and return everything in their "Ret" struct (these structs are
defined in the protocol file, and identified by procedure name).
Marshaling and unmarshaling is handled inside the generated procedures.
This commit is contained in:
Geoff Hickey
2017-11-13 15:18:18 -05:00
parent fb16117ff9
commit deb7a54ff8
9 changed files with 16134 additions and 2700 deletions

View File

@@ -16,3 +16,4 @@ Michael Koppmann <me@mkoppmann.at>
Simarpreet Singh <simar@linux.com>
Alexander Polyakov <apolyakov@beget.com>
Amanda Andrade <amanda.andrade@serpro.gov.br>
Geoff Hickey <ghickey@digitalocean.com>