author | Sebastian Harl <sh@tokkee.org> | |
Fri, 16 Jan 2015 21:03:52 +0000 (22:03 +0100) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 16 Jan 2015 21:03:52 +0000 (22:03 +0100) | ||
commit | f05f6dfc4e48309c916c0dcb158df66c80de6c71 | |
tree | c3e30b491c3baa5d7751bdb31131c4597ef98e13 | tree | snapshot |
parent | ea309d986a6c7a30eb7995d6ad9549a1e62c5a2f | commit | diff |
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.
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 | diff | blob | history | |
src/include/core/plugin.h | diff | blob | history | |
src/include/core/store.h | diff | blob | history |