Skip to content
Snippets Groups Projects
Commit d5658cea authored by Kipp Cannon's avatar Kipp Cannon
Browse files

streamthinca / lloidhandler: detangle trigger class import

- there was a time when streamthinca needed to define a special class to be
  used for triggers to allow the coincidence algorithm to work, and so it
  made sense for the definition to live in streamthinca where the
  requirements were defined.  today no special class is required, the
  underlying trigger class is simply used as-is, but code like lloidhandler
  is still importing the symbol from streamthinca instead of importing it
  themselves directly.  this patch untangles this now gratuituous
  interdependency.
parent 332c8303
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment