Statistics
| Branch: | Revision:

root / qapi / qapi-visit-core.c @ 7267c094

History | View | Annotate | Download (2.7 kB)

# Date Author Comment
2345c77c 07/21/2011 10:48 pm Michael Roth

qapi: add QAPI visitor core

Base definitions/includes for Visiter interface used by generated
visiter/marshalling code.

Includes a GenericList type. Our lists require an embedded element.
Since these types are generated, if you want to use them in a different...