tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f0204a3c3453af3db734b03ad1ebafd151035174
parent 7ebfa607b238ed909473bb971d1187066d68c56f
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu, 16 Jul 2020 10:34:44 -0400

Changes file for CONST_TO_*() functions.

Closes #40046.

Diffstat:
Achanges/ticket40046 | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/changes/ticket40046 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.