commit f0204a3c3453af3db734b03ad1ebafd151035174 Author: Nick Mathewson nickm@torproject.org Date: Thu Jul 16 10:34:44 2020 -0400
Changes file for CONST_TO_*() functions.
Closes #40046. --- changes/ticket40046 | 3 +++ 1 file changed, 3 insertions(+)
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.
tor-commits@lists.torproject.org