From c9b2fe0460c417278c856db3ee6388f7e3277719 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 7 Nov 2019 08:56:18 -0500 Subject: [PATCH] Changes file for 32415 (struct name uniformity) --- changes/ticket32415 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/ticket32415 diff --git a/changes/ticket32415 b/changes/ticket32415 new file mode 100644 index 0000000000..5d732978ae --- /dev/null +++ b/changes/ticket32415 @@ -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.