]> sourceware.org Git - lvm2.git/commit
o composite filter that allows us to merge filters. Think of it as &&'ing
authorJoe Thornber <thornber@redhat.com>
Mon, 22 Oct 2001 14:39:12 +0000 (14:39 +0000)
committerJoe Thornber <thornber@redhat.com>
Mon, 22 Oct 2001 14:39:12 +0000 (14:39 +0000)
commit12eabe30319346dfd168c607122d49ecf2a1c76c
tree8dc45aa93cf5636b38277192c406bac8f6888692
parent5f16718b19a24dab41f8068b68c1b7bbf8832154
o composite filter that allows us to merge filters.  Think of it as &&'ing
  filters in order.

eg,

f = composite_filter_create(2, regex_filter, persistent_filter);

  ownership of the filters passes, they will be destroyed when f's
  destroy method is called.
lib/Makefile.in
lib/filters/filter-composite.c [new file with mode: 0644]
lib/filters/filter-composite.h [new file with mode: 0644]
lib/filters/filter-persistent.c
lib/filters/filter-persistent.h
This page took 0.02976 seconds and 5 git commands to generate.