mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
3931a6f264
When a BUG() occurs, this macro will print extra information about the state of the scheduler and the given channel if any. This will help us greatly to fix future bugs in the scheduler especially when they occur rarely. Fixes #23753 Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
205 B
Plaintext
5 lines
205 B
Plaintext
o Minor features (logging, scheduler):
|
|
- Introduce a SCHED_BUG() function to log extra information about the
|
|
scheduler state if we ever catch a bug in the scheduler. Closes ticket
|
|
23753.
|