diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-02-15 20:19:53 -0500 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-02-15 20:19:53 -0500 |
commit | 3d7bf98d13ffc090e5ba1b918f53668018690dce (patch) | |
tree | 82908c4a835bc9559996fe068466441e5dc78112 /changes | |
parent | 3c8a481599cf9c84530db1f304731b5f2ec9caef (diff) | |
parent | 7884ce76e100abc220ddedb76c9b98d22d66d645 (diff) | |
download | tor-3d7bf98d13ffc090e5ba1b918f53668018690dce.tar.gz tor-3d7bf98d13ffc090e5ba1b918f53668018690dce.zip |
Merge remote-tracking branch 'valentecaio/t-24714'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket24714 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket24714 b/changes/ticket24714 new file mode 100644 index 0000000000..60353abec9 --- /dev/null +++ b/changes/ticket24714 @@ -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". + |