Commit b8165295 authored by YenHaoChen's avatar YenHaoChen
Browse files

triggers: refactor: let match_result_t be a struct with fire and timing variables

Mapping of previous and revised match_result_t data type:
-------------------------------------------
   Previous                 Revised
MATCH_NONE               fire=false (don't care timing)
MATCH_MATCH_FIRE_BEFORE  fire=true,timing=TIMING_BEFORE
MATCH_MATCH_FIRE_AFTER   fire=true,timing=TIMING_AFTER
parent e359d952
Supports Markdown
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