]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
changes file for 6153
authorNick Mathewson <nickm@torproject.org>
Wed, 21 Aug 2013 16:12:21 +0000 (12:12 -0400)
committerNick Mathewson <nickm@torproject.org>
Thu, 22 Aug 2013 14:15:56 +0000 (10:15 -0400)
changes/6153_circuittime_accessor [new file with mode: 0644]

diff --git a/changes/6153_circuittime_accessor b/changes/6153_circuittime_accessor
new file mode 100644 (file)
index 0000000..16f1f55
--- /dev/null
@@ -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".