| 582 | } |
| 583 | |
| 584 | int set_failure_strategy(flow *flow, FailureStrategy strategy) { |
| 585 | return flow->setFailureStrategy(strategy) ? 0 : -1; |
| 586 | } |
| 587 | |
| 588 | int set_propery_internal(core::Processor* proc, const char *name, const char *value) { |
| 589 | NULL_CHECK(-1, proc, name, value); |
no test coverage detected