]> the.earth.li Git - onak.git/commit
Add stacked backend
authorJonathan McDowell <noodles@earth.li>
Wed, 8 Jun 2016 11:35:10 +0000 (12:35 +0100)
committerJonathan McDowell <noodles@earth.li>
Wed, 8 Jun 2016 11:35:10 +0000 (12:35 +0100)
commita04a68c405b6927a6b4fdf9682f697847036ecf7
treefe56a741c8400470051e6df95ee82db2243ea74e
parentb49205ffcd195319303e0dd3a23aacda7a7c12ce
Add stacked backend

This backend takes advantage of the new configuration file flexibility
to enable the stacking of multiple backends together, with each being
tried in turn until the desired keys are found. All stores go to the
first configured backend, and fetches from subsequent backends are
also stored in the first backend.
configure.ac
keydb_stacked.c [new file with mode: 0644]
onak-conf.h
onak.ini.in