Code

store: Make the actual store a separate object.
authorSebastian Harl <sh@tokkee.org>
Thu, 21 May 2015 21:36:57 +0000 (23:36 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 21 May 2015 21:36:57 +0000 (23:36 +0200)
commit241d29da17792fb73dcb9c64043eb42d5268307b
treef9aa907694bdac010880b7e02dd2e13a2799ca77
parent08d98ffdb21f7fb57cc1e49aac72223bc9fb2eea
store: Make the actual store a separate object.

That'll allow us to use different store objects in multiple places in the
future.
src/core/store.c
src/include/core/store.h
src/tools/sysdbd/main.c
t/unit/core/store_expr_test.c
t/unit/core/store_json_test.c
t/unit/core/store_lookup_test.c
t/unit/core/store_test.c
t/unit/frontend/query_test.c