]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virlog: Rename virLogParse* to virLogParseAndDefine*
authorErik Skultety <eskultet@redhat.com>
Fri, 15 Jul 2016 10:37:05 +0000 (12:37 +0200)
committerErik Skultety <eskultet@redhat.com>
Mon, 10 Oct 2016 06:27:24 +0000 (08:27 +0200)
commitb8c370a96e796020641d36c6e5dce94eda2552d2
tree6d32ebce83a936c0d4e87639092483910f608c23
parent6aa3a6a48fee222c55b715e20a0a2d4d55e97ea5
virlog: Rename virLogParse* to virLogParseAndDefine*

Right now virLogParse* functions are doing both parsing and defining of filters
and outputs which should be two separate operations. Since the naming is
apparently a bit poor this patch renames these functions to
virLogParseAndDefine* which eventually will be replaced by virLogSet*.
Additionally, virLogParse{Filter,Output} will be later (after the split) reused,
so that these functions do exactly what the their name suggests.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
daemon/libvirtd.c
src/libvirt_private.syms
src/locking/lock_daemon.c
src/logging/log_daemon.c
src/util/virlog.c
src/util/virlog.h
tests/virlogtest.c