0
0
mirror of https://gitlab.torproject.org/tpo/core/tor.git synced 2024-09-20 12:22:14 +02:00
tor/changes/split_or_h

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.