]> git.ipfire.org Git - thirdparty/libvirt.git/commit
virlog: Convert virLogFilters to a list of pointers to filters
authorErik Skultety <eskultet@redhat.com>
Tue, 29 Mar 2016 13:54:08 +0000 (15:54 +0200)
committerErik Skultety <eskultet@redhat.com>
Mon, 4 Jul 2016 14:43:35 +0000 (16:43 +0200)
commit51b2606fec35edd333e42792ef98676e6640b007
tree00c8f3f57467488f7ea28696974ccc96f60d98c0
parent354cd26d6a66990f34808d4ba5f16a6c4af3c387
virlog: Convert virLogFilters to a list of pointers to filters

Same as with outputs; since the operations will be further divided into smaller
tasks, creating a filter will become a separate operation that will return
a reference to a newly created filter.

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