Code

core: Add the store writer plugin type.
authorSebastian Harl <sh@tokkee.org>
Fri, 16 Jan 2015 21:03:52 +0000 (22:03 +0100)
committerSebastian Harl <sh@tokkee.org>
Fri, 16 Jan 2015 21:03:52 +0000 (22:03 +0100)
commitf05f6dfc4e48309c916c0dcb158df66c80de6c71
treec3e30b491c3baa5d7751bdb31131c4597ef98e13
parentea309d986a6c7a30eb7995d6ad9549a1e62c5a2f
core: Add the store writer plugin type.

A plugin may now provide an implementation of a store by providing a set of
callbacks. For now, this is only about writing to a store. Queries are not
supported through this interface.
src/core/plugin.c
src/include/core/plugin.h
src/include/core/store.h