Code

store_lookup: Added a matcher matching by object name.
authorSebastian Harl <sh@tokkee.org>
Thu, 19 Jun 2014 12:22:52 +0000 (14:22 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 19 Jun 2014 12:22:52 +0000 (14:22 +0200)
commitfcd4fcb0afee7df6ff0e9f305f9ef43445f88545
tree5aac5693ebfc26521a0e0da4a1d63d177a12f164
parent0f3d90ada5b4521f13faca5078fc2df3cc977363
store_lookup: Added a matcher matching by object name.

This is a generic matcher applied to hosts (or their services or attributes)
and matches based on the respective object name.

Subsequently, this will replace the more complex host/service/attribute
matchers. Instead, more basic matchers will be available which can then be
combined arbitrarily using the existing logical matchers.
src/core/store-private.h
src/core/store.c
src/core/store_lookup.c
src/include/core/store.h
t/unit/core/store_lookup_test.c