[libvirt] [PATCH 06/13] Add admin error domain

2015-06-16 Thread Martin Kletzander
Just the addition of VIR_FROM_ADMIN to the enum of error domains. Signed-off-by: Martin Kletzander --- include/libvirt/virterror.h | 3 ++- src/util/virerror.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/libvirt/virterror.h b/include/libvirt/virterror.h i

Re: [libvirt] [PATCH 06/13] Add admin error domain

2015-05-20 Thread Michal Privoznik
On 20.05.2015 07:19, Martin Kletzander wrote: > Just the addition of VIR_FROM_ADMIN to the enum of error domains. > > Signed-off-by: Martin Kletzander > --- > include/libvirt/virterror.h | 3 ++- > src/util/virerror.c | 1 + > 2 files changed, 3 insertions(+), 1 deletion(-) > ACK This

[libvirt] [PATCH 06/13] Add admin error domain

2015-05-19 Thread Martin Kletzander
Just the addition of VIR_FROM_ADMIN to the enum of error domains. Signed-off-by: Martin Kletzander --- include/libvirt/virterror.h | 3 ++- src/util/virerror.c | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/include/libvirt/virterror.h b/include/libvirt/virterror.h i