src/filter_chain.[ch]: Implement the built-in `return' target.
authorFlorian Forster <sifnfors@informatik.stud.uni-erlangen.de>
Mon, 24 Nov 2008 11:05:24 +0000 (12:05 +0100)
committerFlorian Forster <sifnfors@informatik.stud.uni-erlangen.de>
Mon, 24 Nov 2008 11:05:24 +0000 (12:05 +0100)
commit7dca954f276e3d1786b7c447c3aa63e2743987a8
tree2c86185c80139f074869830e5a216447172e5040
parent98229d2c767c2acb9850ac0468144b73c25c75d5
src/filter_chain.[ch]: Implement the built-in `return' target.

The `stop' target now aborts all processing of the value completely, `return'
only stops the current chain and continues processing the parent chain.

The collectd.conf(5) manual page has been updated and the `FC_ACTION_*' defines
have been renamed to `FC_TARGET_*'.
src/collectd.conf.pod
src/filter_chain.c
src/filter_chain.h
src/target_set.c