Code

store_lookup: Made the attribute matcher a "standalone" matcher.
authorSebastian Harl <sh@tokkee.org>
Thu, 19 Jun 2014 14:21:31 +0000 (16:21 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 19 Jun 2014 14:21:31 +0000 (16:21 +0200)
commit5ef35401510325242737f05af78bc08eb631e8e4
tree6b8336f7d66b67473dfec1fb9cd4983af5338769
parentb0af45ebf920955095b9fdeaddbde0107c6e519f
store_lookup: Made the attribute matcher a "standalone" matcher.

The attribute matcher will now be applied to host objects directly and then
match against that host's attributes. This further simplifies parse_cmp() and
the general workflow for matchers.
src/core/store-private.h
src/core/store_lookup.c
src/include/core/store.h
t/unit/core/store_lookup_test.c