Code

Replaced sdb_store_<type> with sdb_plugin_store_<type>.
authorSebastian Harl <sh@tokkee.org>
Thu, 21 May 2015 22:47:24 +0000 (00:47 +0200)
committerSebastian Harl <sh@tokkee.org>
Thu, 21 May 2015 22:47:24 +0000 (00:47 +0200)
commit9345a64b2fa015c30d6b3fcba76211f8d0d7cfd6
treec31716a8a418e0975ae3dcc991b44d95fafd0774
parente04534362b8993b5400e0859aae9a38cfcc08aa6
Replaced sdb_store_<type> with sdb_plugin_store_<type>.

That is, all store updates will now directly go through the plugin API and be
distributed to all store-writer plugins from there.
13 files changed:
src/core/store.c
src/core/store_exec.c
src/include/core/store.h
src/plugins/backend/collectd/unixsock.c
src/plugins/backend/facter.cc
src/plugins/backend/mk-livestatus.c
src/plugins/backend/puppet/store-configs.c
t/integration/mock_plugin.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