diff options
author | David Goulet <dgoulet@torproject.org> | 2020-07-16 12:55:26 -0400 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2020-07-16 12:55:26 -0400 |
commit | f6fc062119231a2f5cda1e841a14a3f912595532 (patch) | |
tree | 2e4fb5e1d030c3a4de54d95bd4a6c08ebda20289 /changes | |
parent | 39b54bf1dd7975a4a087a8f57e79c2a2202fe755 (diff) | |
parent | f0204a3c3453af3db734b03ad1ebafd151035174 (diff) | |
download | tor-f6fc062119231a2f5cda1e841a14a3f912595532.tar.gz tor-f6fc062119231a2f5cda1e841a14a3f912595532.zip |
Merge branch 'tor-gitlab/mr/54'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket40046 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket40046 b/changes/ticket40046 new file mode 100644 index 0000000000..68e1ed2544 --- /dev/null +++ b/changes/ticket40046 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Add and use a set of functions to perform downcasts on constant + connection and channel pointers. Closes ticket 40046. |