Skip to content

Bug 40012: Watch all requested tor events

Matthew Finkel requested to merge sysrqb/tor-launcher:bug_40012_00 into master

Closes #40012 (closed)

We move the types of events we want to watch into a member variable, instead of defining them locally in TorStartEventMonitor. This allows easily creating watchEvents on the same list of events as we requested from tor.

Merge request reports