mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
6 lines
305 B
Plaintext
6 lines
305 B
Plaintext
o Code simplifications and refactoring:
|
|
- Add inline functions and convenience macros for quick lookup of
|
|
state component of channel_t structure. Refactor various parts of
|
|
codebase to use convenience macros instead of checking state
|
|
member of channel_t directly. Fixes issue 7356.
|