]> xenbits.xensource.com Git - libvirt.git/commit
remote generator, daemon: Output function bodies too
authorMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 22 Apr 2011 18:35:34 +0000 (20:35 +0200)
committerMatthias Bolte <matthias.bolte@googlemail.com>
Fri, 6 May 2011 18:04:56 +0000 (20:04 +0200)
commitaff1db9fab20e1b73e9ac86e1fbad871d164e939
tree7d57cedc9e6bd59bb390e1ae23a5d7abf62e44e3
parent999f5b3ea6e3830234388b93cc3f88a8397ff91d
remote generator, daemon: Output function bodies too

This patch just covers the simple functions without explicit return
values. There is more to be handled.

The generator collects the members of the XDR argument structs and uses
this information to generate the function bodies.

Exclude the generated files from offending syntax-checks.

Suggested by Richard W.M. Jones
cfg.mk
daemon/Makefile.am
daemon/qemu_dispatch_bodies.c [new file with mode: 0644]
daemon/remote.c
daemon/remote_dispatch_bodies.c [new file with mode: 0644]
daemon/remote_dispatch_prototypes.h
daemon/remote_dispatch_table.h
daemon/remote_generator.pl
po/POTFILES.in
src/remote/remote_protocol.x