add changes file for STRUCT_OFFSET removeal (22521)

This commit is contained in:
Nick Mathewson 2017-08-03 08:57:52 -04:00
parent 5ee6ca8da2
commit 2624cd63ee

3
changes/ticket22521 Normal file
View File

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