]> git.ipfire.org Git - thirdparty/libvirt.git/commit
error: Introduce VIR_ERR_CHECKPOINT_INCONSISTENT error code
authorPeter Krempa <pkrempa@redhat.com>
Tue, 3 Nov 2020 10:57:58 +0000 (11:57 +0100)
committerPeter Krempa <pkrempa@redhat.com>
Mon, 9 Nov 2020 11:25:49 +0000 (12:25 +0100)
commitfacfa8262ecab062229228b8d3662b391384ebe1
tree4e61d101e63afe3512b71fb47b989629b1b2f744
parentaf7047717f83a7f75c5ae3b318dc4d44b81627fd
error: Introduce VIR_ERR_CHECKPOINT_INCONSISTENT error code

This code will be used to signal cases when the checkpoint is broken
either during backup or other operations where a user might want to make
decision based on the presence of the checkpoint, such as do a full
backup instead of an incremental one.

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