diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:48:03 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-06-15 15:48:03 -0400 |
commit | 3edc48c07b35ea0708ad4149a725a60887c13326 (patch) | |
tree | c591c27280e77e0391276ecc634ebe9d25aecb16 /changes | |
parent | 7dbe504f3e527ed5c266a43380eeec1a82914cc2 (diff) | |
download | tor-3edc48c07b35ea0708ad4149a725a60887c13326.tar.gz tor-3edc48c07b35ea0708ad4149a725a60887c13326.zip |
Add a changes file for splitting structures out of or.h
Diffstat (limited to 'changes')
-rw-r--r-- | changes/split_or_h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/split_or_h b/changes/split_or_h new file mode 100644 index 0000000000..53d54ca6dd --- /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. |