aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2013-08-21 12:12:21 -0400
committerNick Mathewson <nickm@torproject.org>2013-08-22 10:15:56 -0400
commit49b8acc61872a35165cc1375edc4dcdeabfc68b4 (patch)
tree8a2786c802684978023f841d8240b67efa366507
parent775c491502e43f0490023b2917c4e1a05b38b5b8 (diff)
downloadtor-49b8acc61872a35165cc1375edc4dcdeabfc68b4.tar
tor-49b8acc61872a35165cc1375edc4dcdeabfc68b4.tar.gz
changes file for 6153
-rw-r--r--changes/6153_circuittime_accessor4
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/6153_circuittime_accessor b/changes/6153_circuittime_accessor
new file mode 100644
index 000000000..16f1f557d
--- /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".