]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Changes file for 32415 (struct name uniformity)
authorNick Mathewson <nickm@torproject.org>
Thu, 7 Nov 2019 13:56:18 +0000 (08:56 -0500)
committerNick Mathewson <nickm@torproject.org>
Thu, 7 Nov 2019 13:56:18 +0000 (08:56 -0500)
changes/ticket32415 [new file with mode: 0644]

diff --git a/changes/ticket32415 b/changes/ticket32415
new file mode 100644 (file)
index 0000000..5d73297
--- /dev/null
@@ -0,0 +1,3 @@
+  o Code simplification and refactoring:
+    - Make all the structs we declare follow the same naming convention
+      of ending with "_t".  Closes ticket 32415.