Code

store_lookup: Introduce conditional based attribute matchers.
authorSebastian Harl <sh@tokkee.org>
Mon, 23 Jun 2014 04:39:19 +0000 (06:39 +0200)
committerSebastian Harl <sh@tokkee.org>
Mon, 23 Jun 2014 04:39:19 +0000 (06:39 +0200)
commitfd3e376f4c7dc24c40717c056548c4e26e4e8b97
tree93daf4631058c15cc745c9bc31bda9b5672d1992
parent31c79a0408f61f43310093e0e03681c7f5206483
store_lookup: Introduce conditional based attribute matchers.

This allows using less-than, less-equal, equal, greater-equal, greater-than
operators on attributes.
src/core/store-private.h
src/core/store_lookup.c
src/include/core/store.h
t/unit/core/store_lookup_test.c