Explorar el Código

add changes file for STRUCT_OFFSET removeal (22521)

Nick Mathewson hace 6 años
padre
commit
2624cd63ee
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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.