tor

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

commit 2624cd63eeeb72323db1d8ab39d6e1829d77d3c5
parent 5ee6ca8da22ad8da94c829e6c02c05920742c364
Author: Nick Mathewson <nickm@torproject.org>
Date:   Thu,  3 Aug 2017 08:57:52 -0400

add changes file for STRUCT_OFFSET removeal (22521)

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

diff --git a/changes/ticket22521 b/changes/ticket22521 @@ -0,0 +1,3 @@ + o Code simplification and refactoring: + - Replace our STRUCT_OFFSET() macro with offsetof(). Closes + ticket 22521. Patch from Neel Chauhan.