]> git.ipfire.org Git - thirdparty/libvirt.git/commit
Allow caller to handle DBus error messages
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 17 Mar 2014 17:56:48 +0000 (17:56 +0000)
committerDaniel P. Berrange <berrange@redhat.com>
Fri, 21 Mar 2014 11:26:34 +0000 (11:26 +0000)
commitedff187a39c6e4c18a690c999c1fef861fdf29f6
treefa505bf22fa5597c909ca7315c4661146d47856e
parent2c6460336687c475aacbed7685d231b9643402e3
Allow caller to handle DBus error messages

The caller may not want all DBus error conditions to be turned
into libvirt errors, so provide a way for the caller to get
back the full DBusError object. They can then check the errors
and only report those that they consider to be fatal.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
src/util/virdbus.c
src/util/virdbus.h
src/util/virsystemd.c