diff options
author | Steven Engler <sengler@uwaterloo.ca> | 2020-02-17 11:38:00 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-02-18 13:56:58 -0500 |
commit | 9a68eca3a7044c549bb50521d13c6d7a9e51a6d3 (patch) | |
tree | 07b4d051a75085357d1b330170a2e7383b3b5cf1 /changes | |
parent | f231827946764c664fbfe7c8ddef2b88d7b6f105 (diff) | |
download | tor-9a68eca3a7044c549bb50521d13c6d7a9e51a6d3.tar.gz tor-9a68eca3a7044c549bb50521d13c6d7a9e51a6d3.zip |
Small changes to scheduler comments and state changes
Tries to make some of the comments in scheduler.c easier to follow,
and simplifies a couple of the scheduler channel state changes.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket33349 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket33349 b/changes/ticket33349 new file mode 100644 index 0000000000..0458a72c8d --- /dev/null +++ b/changes/ticket33349 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Updated comments in 'scheduler.c' to reflect old code changes, + and simplified the scheduler channel state change code. Closes + ticket 33349. |