mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 23:03:54 -06:00
qapi: Assert incomplete object occurs only in dealloc visitor
Signed-off-by: Markus Armbruster <armbru@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20200424084338.26803-7-armbru@redhat.com>
This commit is contained in:
parent
554d6586ae
commit
8e08bf4ea2
4 changed files with 16 additions and 0 deletions
|
@ -479,6 +479,11 @@ void visit_type_enum(Visitor *v, const char *name, int *obj,
|
|||
*/
|
||||
bool visit_is_input(Visitor *v);
|
||||
|
||||
/*
|
||||
* Check if visitor is a dealloc visitor.
|
||||
*/
|
||||
bool visit_is_dealloc(Visitor *v);
|
||||
|
||||
/*** Visiting built-in types ***/
|
||||
|
||||
/*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue