]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virlog: Introduce virLogParseFilter
authorErik Skultety <eskultet@redhat.com>
Wed, 5 Oct 2016 12:41:51 +0000 (14:41 +0200)
committerErik Skultety <eskultet@redhat.com>
Mon, 10 Oct 2016 06:27:24 +0000 (08:27 +0200)
commit77a45f2ff03ebd0a7af46f9a13e627aadb4012a0
treeefd09babca7eff6dd79b2dc127a2adf2bb16b6f2
parent09b7cbb121071e9b8d7bb79213692b90665a8f6a
virlog: Introduce virLogParseFilter

Same as for outputs, introduce a new method, that is basically the same as
virLogParseAndDefineFilter with the difference that it does not define the
filter. It rather returns a newly created object that needs to be inserted into
a list and then defined separately.

Signed-off-by: Erik Skultety <eskultet@redhat.com>
src/libvirt_private.syms
src/util/virlog.c
src/util/virlog.h