[tor-commits] [tor/master] Add a changes file for splitting structures out of or.h
nickm at torproject.org
nickm at torproject.org
Mon Jun 18 18:18:43 UTC 2018
commit 3edc48c07b35ea0708ad4149a725a60887c13326
Author: Nick Mathewson <nickm at torproject.org>
Date: Fri Jun 15 15:48:03 2018 -0400
Add a changes file for splitting structures out of or.h
---
changes/split_or_h | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/changes/split_or_h b/changes/split_or_h
new file mode 100644
index 000000000..53d54ca6d
--- /dev/null
+++ b/changes/split_or_h
@@ -0,0 +1,5 @@
+ o Code simplification and refactoring:
+ - Many structures have been removed from the centralized "or.h" header,
+ and moved into their own headers. This will allow us to reduce
+ the number of places in the code that rely on each structure's
+ contents and layout. Closes ticket 26383.
More information about the tor-commits
mailing list