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