Statistics
| Branch: | Revision:

root / qapi / qapi-dealloc-visitor.h @ dc1c13d9

History | View | Annotate | Download (588 Bytes)

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

qapi: add QAPI dealloc visitor

Type of Visitor class that can be passed into a qapi-generated C
type's visitor function to free() any heap-allocated data types.

Signed-off-by: Michael Roth <>
Signed-off-by: Luiz Capitulino <>