]> xenbits.xensource.com Git - libvirt.git/commit
virerror: Introduce new error type NO_SERVER
authorMartin Kletzander <mkletzan@redhat.com>
Tue, 8 Mar 2016 16:22:46 +0000 (17:22 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Fri, 11 Mar 2016 11:58:41 +0000 (12:58 +0100)
commit62be54861bf817be4b04d283877bf38f4a8e5277
treea4a2ea073dffe4526f3d007ea53ed16805969bd6
parentfd4f278e1a4ff05b779a5a0140133b2acff17ef9
virerror: Introduce new error type NO_SERVER

This serves the same purpose as VIR_ERR_NO_xxx where xxx is any object
that API can be called upon.  Only this particular one is used for
daemon's servers.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
include/libvirt/virterror.h
src/util/virerror.c