]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: rename virDomain*PostParseInternal to virDomain*PostParseCommon
authorJán Tomko <jtomko@redhat.com>
Tue, 22 Aug 2017 11:29:24 +0000 (13:29 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 22 Aug 2017 15:47:23 +0000 (17:47 +0200)
commitc4480eef089b22b6b90c1b695290add3837acb7b
tree06908bcc2ccf6e62650bd2e46f9acd65c8f914dd
parent1e4cc18890d71346df87855f7e75dbdff6b94a45
conf: rename virDomain*PostParseInternal to virDomain*PostParseCommon

These functions contain the post-parse steps common for all drivers.
Rename it to use the 'Common' prefix, instead of the vagueness
of 'Internal', leaving 'Internal' available for other vague uses.
src/conf/domain_conf.c