summaryrefslogtreecommitdiffstats
path: root/qapi/qapi-dealloc-visitor.h
Commit message (Collapse)AuthorAgeFilesLines
* qapi: add QAPI dealloc visitorMichael Roth2011-07-211-0/+26
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 <mdroth@linux.vnet.ibm.com> Signed-off-by: Luiz Capitulino <lcapitulino@gmail.com>