libqos: Give get_machine_allocator() internal linkage

Signed-off-by: Markus Armbruster <armbru@redhat.com>
Message-Id: <20200424071142.3525-4-armbru@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
This commit is contained in:
Markus Armbruster 2020-04-24 09:11:42 +02:00
parent a56f3cdbdf
commit f6528054f2
2 changed files with 1 additions and 3 deletions

View file

@ -66,7 +66,7 @@ void types_apply_to_node(ObjectTypeInfoList *type_info)
}
}
QGuestAllocator *get_machine_allocator(QOSGraphObject *obj)
static QGuestAllocator *get_machine_allocator(QOSGraphObject *obj)
{
return obj->get_driver(obj, "memory");
}