src/plugin.c: Add the `{Pre,Post}CacheChain' options and appropriate chains.
authorFlorian Forster <octo@huhu.verplant.org>
Wed, 4 Feb 2009 13:29:45 +0000 (14:29 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Wed, 4 Feb 2009 13:29:45 +0000 (14:29 +0100)
commit9fbc4088ce8b5c67602e0ee059686aa426c2c637
treebde8f41a318fddc720fb1d5155a52b08846afe1d
parent0e000411bb970766fb869c99fcc5a7e339af3d91
src/plugin.c: Add the `{Pre,Post}CacheChain' options and appropriate chains.

The PreCacheChain is executed before the values are added to the cache, the
PostCacheChain afterwards. If no post-cache chain is given, values will be
dispatched to all write plugins by default.
src/configfile.c
src/filter_chain.c
src/filter_chain.h
src/plugin.c