tor

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

commit c9b2fe0460c417278c856db3ee6388f7e3277719
parent 31a6a6512fa1a85ef5ea5cb37f0a7aec080d5848
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu,  7 Nov 2019 08:56:18 -0500

Changes file for 32415 (struct name uniformity)

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

diff --git a/changes/ticket32415 b/changes/ticket32415 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Make all the structs we declare follow the same naming convention + of ending with "_t". Closes ticket 32415.