Code

store: Let sdb_store_scan() pass on filters to callback functions.
authorSebastian Harl <sh@tokkee.org>
Thu, 30 Oct 2014 22:34:08 +0000 (23:34 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 30 Oct 2014 22:34:08 +0000 (23:34 +0100)
commit5c5ff5c501a1753314005d7988fa33ffaea41815
tree0baa0b4f3c6635b30e607fa143e6d1a687b51bbf
parent0670db1f9401e95047856059498c44c19d8a90f4
store: Let sdb_store_scan() pass on filters to callback functions.

The callback function needs access to the filter anyway, so let's handle this
centrally.
src/core/store.c
src/frontend/query.c
src/include/core/store.h
t/unit/core/store_lookup_test.c
t/unit/core/store_test.c