Added configuration parameter "recursion_depth". This specifies the
commit3a96009e00d043e3abe29ef4459e5681e2dcb7b7
authorBen Kibbey <bjk@luxsci.net>
Sat, 22 Sep 2007 01:01:43 +0000 (21 21:01 -0400)
committerBen Kibbey <bjk@luxsci.net>
Sat, 22 Sep 2007 01:01:43 +0000 (21 21:01 -0400)
tree12c025a61729d6c93ecb1f13078d82d89acadf84
parent53ade85202f8f31ff5d9fbe4acd10cc03b0b86b7
Added configuration parameter "recursion_depth". This specifies the
maximum number of recursions when an element contains a "target"
attribute. When exceeded, the command will fail and return EPWMD_LOOP.
The default is 20 but can be changed at compile time. Setting to 0
disables detection completely.
TODO
configure.ac
doc/config.example
doc/pwmd.1
po/pwmd.pot
src/common.h
src/pwmd.c
src/pwmd_error.c
src/pwmd_error.h
src/xml.c