summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2017-08-03 08:57:52 -0400
committerNick Mathewson <nickm@torproject.org>2017-08-03 08:57:52 -0400
commit2624cd63eeeb72323db1d8ab39d6e1829d77d3c5 (patch)
tree7f08a92d60c6475510f47c030eb052d2aa141a2a /changes
parent5ee6ca8da22ad8da94c829e6c02c05920742c364 (diff)
downloadtor-2624cd63eeeb72323db1d8ab39d6e1829d77d3c5.tar.gz
tor-2624cd63eeeb72323db1d8ab39d6e1829d77d3c5.zip
add changes file for STRUCT_OFFSET removeal (22521)
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket225213
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.