Merge remote-tracking branch 'valentecaio/t-24714'

This commit is contained in:
Nick Mathewson
2018-02-15 20:19:53 -05:00
10 changed files with 37 additions and 29 deletions
+6
View File
@@ -0,0 +1,6 @@
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".