]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: create a thin wrapper above virDomainDefPostParse
authorJán Tomko <jtomko@redhat.com>
Tue, 22 Aug 2017 11:38:35 +0000 (13:38 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 22 Aug 2017 15:47:24 +0000 (17:47 +0200)
commit4b759a4041d1409de78c52ac9c5ba3a8dbc48e5f
tree18f4db27a45c4e0bd35fb892314d441a96988d04
parentc4480eef089b22b6b90c1b695290add3837acb7b
conf: create a thin wrapper above virDomainDefPostParse

Rename the original function to virDomainDefPostParseInternal
to allow adding arguments that will be only used by the internal
version.
src/conf/domain_conf.c