mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 05:03:43 +01:00
7884ce76e1
connection_t.timestamp_lastwritten renamed to connection_t.timestamp_last_write_allowed connection_t.timestamp_lastread renamed to connection_t.timestamp_last_read_allowed Closes ticket 24714.
7 lines
284 B
Plaintext
7 lines
284 B
Plaintext
o Code simplification and refactoring:
|
|
- Rename two fields of connection_t struct.
|
|
timestamp_lastwritten is renamed to timestamp_last_write_allowed and
|
|
timestamp_lastread is renamed to timestamp_last_read_allowed.
|
|
Closes ticket 24714, patch by "valentecaio".
|
|
|