commit 2624cd63eeeb72323db1d8ab39d6e1829d77d3c5 Author: Nick Mathewson nickm@torproject.org Date: Thu Aug 3 08:57:52 2017 -0400
add changes file for STRUCT_OFFSET removeal (22521) --- changes/ticket22521 | 3 +++ 1 file changed, 3 insertions(+)
diff --git a/changes/ticket22521 b/changes/ticket22521 new file mode 100644 index 000000000..15a6218fa --- /dev/null +++ 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.
tor-commits@lists.torproject.org