]> git.ipfire.org Git - thirdparty/libvirt.git/commit
error: Add VIR_ERR_DEPRECATED error code
authorPeter Krempa <pkrempa@redhat.com>
Fri, 21 Jun 2019 06:28:17 +0000 (08:28 +0200)
committerPeter Krempa <pkrempa@redhat.com>
Wed, 26 Jun 2019 06:37:01 +0000 (08:37 +0200)
commit226094fbc483128c8888f4171c353aed738b8346
tree803398f77835769b259c0e46a95bc7cf213b377e
parent738dc3f4adcde371d8c6c23d63ec688c1f3f1458
error: Add VIR_ERR_DEPRECATED error code

Allow a simple programatic check that a given feature is no longer
supported by introducing a separate error code for this scenario.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
include/libvirt/virterror.h
src/util/virerror.c