mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
6 lines
304 B
Plaintext
6 lines
304 B
Plaintext
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.
|