If I set_tag_propagation policy(TPP_DONT) and then re-add all tags in range to the output, but only produce a portion of the input items to output, what effect does this have?
Here is a good corner case example of what I mean:set_tag_propagation policy(TPP_DONT)
{
add_item_tag(0, tags[ii].offset, tags[ii].key, tags[ii].value, tags[ii].srcid);
}
Thanks,
No comments:
Post a Comment