diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-08-03 08:57:52 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-08-03 08:57:52 -0400 |
commit | 2624cd63eeeb72323db1d8ab39d6e1829d77d3c5 (patch) | |
tree | 7f08a92d60c6475510f47c030eb052d2aa141a2a /changes | |
parent | 5ee6ca8da22ad8da94c829e6c02c05920742c364 (diff) | |
download | tor-2624cd63eeeb72323db1d8ab39d6e1829d77d3c5.tar.gz tor-2624cd63eeeb72323db1d8ab39d6e1829d77d3c5.zip |
add changes file for STRUCT_OFFSET removeal (22521)
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket22521 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changes/ticket22521 b/changes/ticket22521 new file mode 100644 index 0000000000..15a6218fa7 --- /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. |