diff options
author | Nick Mathewson <nickm@torproject.org> | 2013-08-21 12:12:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2013-08-22 10:15:56 -0400 |
commit | 49b8acc61872a35165cc1375edc4dcdeabfc68b4 (patch) | |
tree | 8a2786c802684978023f841d8240b67efa366507 | |
parent | 775c491502e43f0490023b2917c4e1a05b38b5b8 (diff) | |
download | tor-49b8acc61872a35165cc1375edc4dcdeabfc68b4.tar.gz tor-49b8acc61872a35165cc1375edc4dcdeabfc68b4.zip |
changes file for 6153
-rw-r--r-- | changes/6153_circuittime_accessor | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/6153_circuittime_accessor b/changes/6153_circuittime_accessor new file mode 100644 index 0000000000..16f1f557d5 --- /dev/null +++ b/changes/6153_circuittime_accessor @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + + - Add a set of accessor functions for the circuit timeout data + structure. Fixes ticket 6153; patch from "piet". |