summaryrefslogtreecommitdiff
path: root/qapi/qapi-dealloc-visitor.h
AgeCommit message (Collapse)AuthorFilesLines
2011-07-21qapi: add QAPI dealloc visitorMichael Roth1-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>