]> git.ipfire.org Git - thirdparty/libvirt.git/commit
conf: Add return value to virDomainDefPostParseOs()
authorAndrea Bolognani <abologna@redhat.com>
Wed, 15 Jun 2022 09:34:12 +0000 (11:34 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Fri, 1 Jul 2022 13:10:29 +0000 (15:10 +0200)
commitc98910d0110850ffcf3e534b5ea70a3afabb53f9
treef843353c0764a5af710659c987995c0b51dee5c4
parent6cacfc751eb4d200da78a0a59de0676478e8a33b
conf: Add return value to virDomainDefPostParseOs()

There are currently no failure scenarios for the function, but
we're about to add one.

Signed-off-by: Andrea Bolognani <abologna@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
src/conf/domain_conf.c