Commit 14afcff8 authored by Federico Vaga's avatar Federico Vaga

wrtd:rt: do not enqueue when channel disable

Signed-off-by: Federico Vaga's avatarFederico Vaga <federico.vaga@cern.ch>


NOTE
This commit has been created by `git subtree` on the Mock Turtle repository
on tag mock-turtle-2.0

This commit will not compile
parent e2b088b0
......@@ -613,6 +613,9 @@ void enqueue_trigger(int output, struct lrt_output_rule *rule,
if(rule->state & HASH_ENT_DISABLED)
return;
if (!(out->flags & WRTD_ENABLED))
return;
ts_adjust_delay (&adjusted, rule->delay_cycles, rule->delay_frac);
struct wrtd_trigger_entry ent;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment