Pārlūkot izejas kodu

add changes file for STRUCT_OFFSET removeal (22521)

Nick Mathewson 6 gadi atpakaļ
vecāks
revīzija
2624cd63ee
1 mainītis faili ar 3 papildinājumiem un 0 dzēšanām
  1. 3 0
      changes/ticket22521

+ 3 - 0
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.