]> git.ipfire.org Git - thirdparty/libvirt.git/commit
maint: replace remaining virLib*Error with better names
authorEric Blake <eblake@redhat.com>
Tue, 14 Jan 2014 21:31:41 +0000 (14:31 -0700)
committerEric Blake <eblake@redhat.com>
Thu, 16 Jan 2014 19:30:59 +0000 (12:30 -0700)
commit42358e3a0a0f5bc9ba939d39eb4dcaa9c359aa7b
treecf202547e7dd30b254717f2696456b963aff8145
parent323c2cc46c1bc7127e16235969e599a9f751d501
maint: replace remaining virLib*Error with better names

Finish the cleanup of libvirt.c; all uses of virLib*Error have
now been converted to more canonical conventions.

* src/libvirt.c: Use virReportError in remaining errors.
(virLibConnError, virLibDomainError): Delete unused macros.
* cfg.mk (msg_gen_function): Drop unused names.

Signed-off-by: Eric Blake <eblake@redhat.com>
cfg.mk
src/libvirt.c